Packages

Rebar3 plugin to compile, format, test and run efene code

Current section

Files

Jump to
rebar3_efene rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
%% The rebar3_efene_compile/ct/shell/fmt sub-plugins are vendored under
%% src/vendor/ (see src/vendor/README.md). The only remaining dependency is
%% efene itself, which provides the compiler and formatter the plugin drives.
{deps, [{efene, "0.99.5"}]}.