commands.sh

iex

all

IEx is the interactive shell for Elixir.

More info →

Examples (3)

Start an interactive session

Start a session that remembers history

iex --erl "-kernel shell_history enabled"

Start and load Mix project files

iex -S mix
made by @shridhargupta | data from tldr-pages