Packages

Automatically generate the applications in the application resource file.

Current section

Files

Jump to
rebar3_applications_plugin src rebar3_applications_plugin.app.src
Raw

src/rebar3_applications_plugin.app.src

{application,rebar3_applications_plugin,
[{description,"Automatically generate the applications in the application resource file."},
{vsn,"1.0.0"},
{applications,[kernel,stdlib]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/t3t5u/rebar3_applications_plugin"}]}]}.