Current section

Files

Jump to
rebar3_lfe priv templates app-lib.src.tpl
Raw

priv/templates/app-lib.src.tpl

{application, '{{name}}', [
{description, "{{description}}"},
{vsn, git},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.