1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00
tldr/pages/common/iex.md
2020-10-14 16:26:41 +01:00

275 B

iex

IEx is the interactive shell for Elixir. More information: https://hexdocs.pm/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