Packages

A rebar3 plugin for compiling erlquery modules in a project.

Current section

Files

Jump to
rebar3_erlquery src rebar3_erlquery.erl
Raw

src/rebar3_erlquery.erl

-module(rebar3_erlquery).
-export([init/1]).
-spec init(rebar_state:t()) -> {ok, rebar_state:t()}.
init(State) ->
{ok, State1} = rebar3_erlquery_prv:init(State),
{ok, State1}.