logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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