rebar3_applications_plugin

Automatically generate the applications in the application resource file.


License
MIT

Documentation

Hex.pm Version Hex.pm License

rebar3_applications_plugin

A rebar3 plugin for automatically generate the applications in the application resource file.

Usage

Add to your top level rebar.config:

{plugins, [rebar3_applications_plugin]}.
{provider_hooks, [{post, [{compile, applications}]}]}.

License

MIT