These are my custom rebar templates. Shared so others may find ease of use or provide suggestions for my enlightenment.
I use ghar to "install" .rebar to ~/ by:
ghar add [email protected]:mlb-/rebar_templates && ghar install
Alternatively, you can just copy the contents of the templates directory to your ~/.rebar/templates folder.
-
rebar-ized OTP app (setup with esupervisor, sync and, least but not last, a local copy of rebar). Default .app.src file has
{vsn, git}
, so either remove, specify, orgit init && git add . && git commit -m "Initial commit."
before runningmake
.rebar create template=otp_app app_name=my_app
-
gen_server
template. Creates amy_server.erl
file where ever invoked, hence the following example would take place in a "src" folder.../rebar create template=gen_srv module=my_server
vim: et