Current section
Files
Jump to
Current section
Files
rebar3_dirs
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [
rebar3_hex
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/choptastic/rebar3_dirs">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}]}.