mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 02:46:01 +02:00
elm: add page (#2365)
This commit is contained in:
parent
5e0e5ddd44
commit
bc6d1c1cb9
1 changed files with 15 additions and 0 deletions
15
pages/common/elm.md
Normal file
15
pages/common/elm.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# elm
|
||||||
|
|
||||||
|
> Run and manage programs in Elm programming language.
|
||||||
|
|
||||||
|
- Start an interactive Elm shell (REPL):
|
||||||
|
|
||||||
|
`elm --repl`
|
||||||
|
|
||||||
|
- Initialize an empty Elm project:
|
||||||
|
|
||||||
|
`elm --init`
|
||||||
|
|
||||||
|
- Compile the current project and serve it via the local web server:
|
||||||
|
|
||||||
|
`elm --reactor`
|
Loading…
Add table
Reference in a new issue