Packages

A rebar3 plugin for compiling erlquery modules in a project.

Current section

Files

Jump to
rebar3_erlquery rebar.config
Raw

rebar.config

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