mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 22:48:56 +00:00
Update cheatsheets
This commit is contained in:
17
elixir
Normal file
17
elixir
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}"`
|
||||
Reference in New Issue
Block a user