Current section

Files

Jump to
alara rebar.config
Raw

rebar.config

{project_plugins, [rebar3_ex_doc]}.
{plugins, [rebar3_hex]}.
{deps, [ ]}.
{shell, [
{apps, [alara]}
]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{hex, [
{doc, ex_doc}
]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{source_url, "https://github.com/Green-Mice/alara"},
{api_reference, true}
]}.