Packages

A rebar plugin to manage schema migrations

Current section

Files

Jump to
rebar3_strata rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/rebar3_strata"}]}.
{hex, [{doc, ex_doc}]}.