~fancycade/rebar3_erlquery

Rebar3 plugin for erlquery compilation
Upgrade erlquery to 0.2.2

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.

#License

Apache 2.0