Current section

Files

Jump to
rebar_cmd src rebar_cmd.app.src
Raw

src/rebar_cmd.app.src

{application,rebar_cmd,
[{description,"Run custom shell commands with rebar3 cmd <command>"},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Sasan Hezarkhani","Matheus Mendes",
"Ahmad Mokhtar","Paulo F. Oliveira"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/gootik/rebar_cmd"}]}]}.