rebar3_reloader

A rebar3 plugin for auto running compile on source file change reloading modules in the shell.

Inspired by rebar3_auto.

Prerequisite

Feature

Use

Add the plugin to your rebar.config or your global config ~/.config/rebar3/rebar.config:

{plugins, [
    {rebar3_reloader, "0.1.0"}
]}.

Then just call rebar3 reloader directly in an existing application:

$ rebar3 reloader
1>

It will start a eshell just like use rebar3 shell, but different is this time it will auto compile and load the new code when you change your source code file.

Translations

Chinese