Using the Plugin
After installing rebar3
, the only thing you need to do in order to take full
advantage of the LFE rebar3 plugin is add it to the plugins in your global
rebar.config
file.
Stable
To use the latest stable release, update your `rebar.config` to:
{plugins, [
{rebar3_lfe,
{git, "https://github.com/lfe-rebar3/rebar3_lfe.git", {tag, "0.2.0"}}}
]}.
Unstable
If you want to use the current development branch (unstable):
{plugins, [
{rebar3_lfe,
{git, "https://github.com/lfe-rebar3/rebar3_lfe.git", {branch, "release/0.3.x"}}}
]}.