Living with the repo man (or using rebar with agner)
Today I was exposed to an erlang package management tool called agner. It wasn’t something I was expecting to appear, …
Today I was exposed to an erlang package management tool called agner. It wasn’t something I was expecting to appear, …
The rebar build tool can generate self-contained erlang applications using reltool under the hood. There is a good tutorial here, …
Added a new project to github for rebar templates. After creating a half dozen libraries without using templates, it was …
This is a quick note on using rebar with private git repositories that are password protected. Rebar itself has no …