rl

Live programming environment for Elixir/Erlang.

Installation

Add :rl to your dependencies

def deps do
  [
    {:rl, "~> 0.1.0"}
  ]
end

You can also install it system-wide:

mix archive.install hex rl

Usage

Boot up an IEx shell with the following command:

$ iex -S mix rl

You can also run another command by appending it to the arguments.

$ iex -S mix rl phx.server