Last Updated: February 25, 2016
·
1.309K
· luizbranco

Bootstrapping Erlang apps with Rebar

Using rebar is a great way to start and compile a Erlang project, even if you are a beginner, like me: https://github.com/basho/rebar

Useful commands:

rebar create-app appid=myapp
rebar compile