Packages

Make your Erlang code a bit more fancy.

Current section

Files

Jump to
the_f rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [
rebar3_proper,
rebar3_hex
]}.
{profiles, [
{test, [{deps, [
{proper, "1.3.0"}
]}]}
]}.