Current section
Files
Jump to
Current section
Files
src/rebar_cmd.app.src
{application,rebar_cmd,
[{description,"Run custom shell commands as rebar3 tasks"},
{vsn,"0.2.5"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Sasan Hezarkhani","Matheus Mendes",
"Ahmad Mokhtar"]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/shezarkhani/rebar_cmd"}]}]}.