Packages

Run custom shell commands with rebar3 oscmd <shell command>

Current section

Files

Jump to
rebar3_oscmd src rebar3_oscmd.app.src
Raw

src/rebar3_oscmd.app.src

{application,rebar3_oscmd,
[{description,"Run custom shell commands with rebar3 oscmd <shell command>"},
{vsn,"0.5.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/erlsci/rebar3_oscmd"}]}]}.