rebar3_proper_plugin
A rebar plugin
Build
$ rebar3 compileUse
Add the plugin to your rebar config:
{plugins, [
{ rebar3_proper_plugin, ".*", {git, "git@host:user/rebar3_proper_plugin.git", {tag, "0.1.0"}}}
]}.Then just call your plugin directly in an existing application:
$ rebar3 rebar3_proper_plugin
===> Fetching rebar3_proper_plugin
===> Compiling rebar3_proper_plugin
<Plugin Output>