~/config/.rebar3/rebar.config`:
```
{plugins, [rebar3_auto]}.
''.
Behaviours: provider.
Add the plugin to your rebar config, since it is a developer tool and not
necessary for building any project you work on I put it in
~/config/.rebar3/rebar.config`:
```
{plugins, [rebar3_auto]}.
''
Then just call your plugin directly in an existing application:
$ rebar3 auto ===> Fetching rebar_auto_plugin ===> Compiling rebar_auto_plugin
do/1 | |
format_error/1 | |
init/1 |
do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}
format_error(Reason::any()) -> iolist()
init(State::rebar_state:t()) -> {ok, rebar_state:t()}
Generated by EDoc, Jul 19 2015, 10:30:26.