Skip to content

camshaft/rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Live programming environment for Elixir/Erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages