Packages

generate html from erlang tuple (ehtml)

Current section

Files

Jump to
term2html rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_hex]}.
{project_plugins, [rebar3_lint, rebar3_ex_doc]}.
{minimum_otp_vsn, "26"}.
{ex_doc, [{extras, ["README.md", "LICENSE.md"]},
{main, "README.md"},
{source_url, "https://github.com/Eptwalabha/term2html"}]}.
{hex, [{doc, ex_doc}]}.