Rebar3 Nova View Source
With Nova we have a rebar3 plugin that comes with some commands:
Development mode
When running rebar3 nova serve it will start a node (same as rebar3 shell) but it will reload/recompile erlang modules and dtl files.
This helps when developing new solutions and it is something that needs to be solved.