gleam-lang / rebar_gleam

🧰 Build Gleam code with rebar3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebar_gleam

Build Gleam projects with rebar3!

Installation

Add the plugin to your project's rebar.config.

{project_plugins, [rebar_gleam]}.

If you wish to write Gleam modules in your project as well as being able to use dependency modules written in Gleam add this configuration to your project's rebar.config:

{src_dirs, ["src", "gen/src"]}.
{profiles, [
    {test, [{src_dirs, ["src", "test", "gen/src", "gen/test"]}]}
]}.

About

🧰 Build Gleam code with rebar3

License:Apache License 2.0


Languages

Language:Erlang 100.0%