I checked out rebar
, but that seems way too complex. Maybe someone could post something that says, %Post your code here
in the following rebar app
If you want to experiment erlang, with some toy application, in order to master the language, the processes creation, communication and even simple supervision tree, you do not really need an application, a simple standard otp directory structure is enough and start function in.
On the other hand, if you intend to build an application with dependencies, if you want to create a library, a release, manage unitary test and functional test... then rebar (and rebar3) will make your life much simpler.
You will find in learn you some erlang: Building application with OTP and the following chapters the basic to understand how the application or release are defined.