logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

See Also