~fancycade/rebar3_erlquery

Rebar3 plugin for erlquery compilation
48233ed1 — Harley Swick 1 year, 5 months ago
Include contribution section to README
5089dec7 — Harley Swick 1 year, 5 months ago
Upgrade erlquery
660eef16 — Harley Swick 1 year, 5 months ago
Bump version

clone

read-only
https://git.sr.ht/~fancycade/rebar3_erlquery
read/write
git@git.sr.ht:~fancycade/rebar3_erlquery

You can also use your local clone with git send-email.

#rebar3_erlquery

A rebar plugin for compiling erlquery modules into erlang modules.

Directly inspired by rebar3_erlydtl_plugin.

#Build

$ rebar3 compile

#Usage

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.

#Contributing

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.

#License

Apache 2.0