Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{extra_src_dirs, ["repositories"]}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
{shell, [
{apps, [t__]}
]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"CHANGELOG.md", #{title => "Changelog"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/ergenius/t__"},
{source_url, "https://github.com/ergenius/t__"},
{api_reference, true}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.