Packages

A rebar3 plugin to generate config files using cuttlefish

Current section

Files

Jump to
rebar3_scuttler src rebar3_scuttler.app.src
Raw

src/rebar3_scuttler.app.src

{application,rebar3_scuttler,
[{description,"A rebar3 plugin to generate config files using cuttlefish"},
{vsn,"0.4.1"},
{registered,[]},
{applications,[kernel,stdlib,cuttlefish]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/lrascao/rebar3_scuttler"}]}]}.