Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 502 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 502 Bytes

rebar3_kjell

A rebar plugin adding support for kjell

Just hacked a copy of the default shell to use kjell.

Build

$ rebar3 compile

Use

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