diff --git a/pages/common/iex.md b/pages/common/iex.md new file mode 100644 index 0000000000..87845f6a9e --- /dev/null +++ b/pages/common/iex.md @@ -0,0 +1,16 @@ +# iex + +> IEx is the interactive shell for Elixir. +> More information: . + +- 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`