6.5.1 Module anvl_rebar3

A plugin that adds basic compatibility with rebar3 projects.

6.5.1.1 Functions

exec_hooks/2
-spec exec_hooks(anvl_project:t(),
                 [{string(),
                   string()}]) -> fun((anvl_erlc:context()) -> boolean()).

Execute pre-compile hooks for a project.

translate_conf(Rebar3Conf)
-spec translate_conf(proplists:proplist()) -> map().
generate_anvl_conf(Rebar3Conf, AnvlConf)
-spec generate_anvl_conf(file:filename(),
                         file:filename()) -> ok.
maybe_generate_anvl_conf(Dir)
-spec
     maybe_generate_anvl_conf(file:filename()) -> boolean().

Generate anvl.erl file from rebar.conf if the former is not found in the project directory.

JavaScript license information