Add content to me here!
Just add it to your rebar.config deps:
{deps, [
...
{billo-login, ".*",
{git, "git@github.com:YOURNAME/billo-login.git", "master"}}
]}.And then do the usual:
$ rebar get-deps
$ rebar compileAdd content to me here!