Module rebar3_auto

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]}.''.

Behaviours: provider.

Description

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

Function Index

do/1
format_error/1
init/1

Function Details

do/1

do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}

format_error/1

format_error(Reason::any()) -> iolist()

init/1

init(State::rebar_state:t()) -> {ok, rebar_state:t()}


Generated by EDoc, Jul 19 2015, 10:30:26.