re:compile
This is yet another reloader for Erlang.
Usage
Just start the recompile application as part of a shell or (development) release.
dev_mode needs to be set to true for release.
For more examples, refer to recopile_example.
Features
- Packaged as an application rather than a plugin so that it can work under rebar3_run.
-
Invokes
rebar3directly and thus, supports any plugins that generates beam code such asrebar3_gpb_pluginorrebar3_erlydtl_plugin.