Current section

Files

Jump to
rebar3_efene_shell src rebar3_efene_shell.app.src
Raw

src/rebar3_efene_shell.app.src

{application,rebar3_efene_shell,
[{description,"rebar3 shell plugin for efene"},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Mariano Guerra"]},
{licenses,["APL"]},
{links,[{"Github",
"https://github.com/efene/rebar3_efene_shell"}]}]}.