Packages
Automatically generate the applications in the application resource file.
Current section
Files
Jump to
Current section
Files
rebar3_applications_plugin
README.md
README.md
[](https://hex.pm/packages/rebar3_applications_plugin)
[](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`:
```erlang
{plugins, [rebar3_applications_plugin]}.
{provider_hooks, [{post, [{compile, applications}]}]}.
```
## License
[MIT](LICENSE)