A rebar plugin adding support for kjell
Just hacked a copy of the default shell to use kjell.
$ rebar3 compile
Add the plugin to your rebar config:
{plugins, [
{rebar3_kjell, {git, "https://github.com/lixen/rebar3_kjell.git", {branch, "master"}}}
]}.
Then just call your plugin directly in an existing application:
$ rebar3 kjell
===> Fetching rebar3_kjell
===> Compiling rebar3_kjell