iex: add page (#4658)

beep
Michael Schoonmaker 2020-10-14 08:26:41 -07:00 committed by GitHub
parent 8afd5f9445
commit 119973ab60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/iex.md Normal file
View File

@ -0,0 +1,16 @@
# 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`