rl
Live programming environment for Elixir/Erlang.
Installation
Add :rl to your dependencies
def deps do
[
{:rl, "~> 0.1.0"}
]
endYou can also install it system-wide:
mix archive.install hex rlUsage
Boot up an IEx shell with the following command:
$ iex -S mix rlYou can also run another command by appending it to the arguments.
$ iex -S mix rl phx.server