IEx Shell - Control Elixir Interactions | Online Free DevTools by Hexmos
Control Elixir code interactions with IEx Shell. Start interactive sessions, load projects, and manage history. Free online tool, no registration required.
iex
IEx is the interactive shell for Elixir. More information: https://manned.org/iex.
- 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
