- Notifications
You must be signed in to change notification settings - Fork1
pvmart/rebar3_live
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A rebar plugin
$ rebar3 compile
Add the plugin to your global rebar config ~/.config/rebar3/rebar.conf:
{plugins, [rebar3_live]}.
Then just call your plugin directly in an existing application:
$ rebar3 live===> Fetching rebar3_live===> Compiling rebar3_live<Plugin Output>
Better to install globally. Plugin crashes when installed locally and projectfails to compile.