Current section
Files
Jump to
Current section
Files
src/rebar_alias.app.src
{application,rebar_alias,
[{description,"Alias rebar3 tasks to one command."},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Tristan Sloughter"]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/tsloughter/rebar_alias"}]}]}.