Skip to content
Eric Pailleau edited this page Dec 8, 2018 · 5 revisions

rebar 3

Please see geas_rebar3 plugin repository. Available also on hex.pm .

rebar 2.x

Simply add those entries in your rebar.config .

{plugins, [geas]}.

{deps, [{geas, ".*",
        {git, "git://github.com/crownedgrouse/geas.git"}}
]}.

then run

$> rebar get-deps
$> rebar compile

Geas plugin is then available by typing

$> rebar geas
Clone this wiki locally