Linux
Command
Library
Basics
Tips
Commands
iex
IEx is the interactive shell for Elixir.
TLDR
Start an interactive session
$ iex
Start a session that remembers history
$ iex --erl "-kernel shell_history enabled"
Start and load Mix project files
$ iex -S mix
COLLAPSE ALL
Copied to clipboard