Include contribution section to README
Upgrade erlquery
Bump version
A rebar plugin for compiling erlquery modules into erlang modules.
Directly inspired by rebar3_erlydtl_plugin.
$ rebar3 compile
Add the plugin to your rebar config:
{project_plugins, [rebar3_erlquery]}.
{provider_hooks, [{pre, [{compile, {erlquery, compile}}]}]}.
Then simply run:
rebar3 compile
As part of the compilation process it will compile the erlquery modules into erlang modules.
The final product is a BEAM file (or multiple BEAM files) in your _build directory.
Patches and discussions are welcome on my public mailing list:
~fancycade/public-inbox@lists.sr.ht
If you are new to email based git workflows please refer to this tutorial.
Apache 2.0