rebar3

Erlang build tool for managing dependencies and building projects

brewmacoslinux
Try with needOr install directly
Source

About

Erlang build tool

Commands

rebar3

Examples

Create a new Erlang OTP application$ rebar3 new app myapp
Compile the current Erlang project$ rebar3 compile
Run unit tests for the project$ rebar3 eunit