Packages

Alias rebar3 tasks to one command.

Current section

Files

Jump to
rebar_alias src rebar_alias.app.src
Raw

src/rebar_alias.app.src

{application, 'rebar_alias',
[{description, "A rebar plugin"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{contributors, ["Tristan Sloughter"]},
{licenses, ["MIT"]},
{links, [{"Github","https://github.com/tsloughter/rebar_alias"}]}
]}.