mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:05:59 +02:00
elixir: add page (#4693)
This commit is contained in:
parent
fd71092176
commit
dc2905900f
1 changed files with 12 additions and 0 deletions
12
pages/common/elixir.md
Normal file
12
pages/common/elixir.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# elixir
|
||||
|
||||
> Elixir programming language interpreter.
|
||||
> More information: <https://elixir-lang.org>.
|
||||
|
||||
- Run an Elixir file:
|
||||
|
||||
`elixir {{path/to/file}}`
|
||||
|
||||
- Evaluate Elixir code by passing it as an argument:
|
||||
|
||||
`elixir -e "{{code}}"`
|
Loading…
Add table
Reference in a new issue