This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-08-14 05:15:40 +02:00
Code
Activity
82efd2c573
Branches
Tags
No results found.
tldr
/
pages
/
common
/
elm.md
mira01
bc6d1c1cb9
elm: add page (
#2365
)
2018-10-03 10:31:36 +01:00
255 B
Raw
Blame
History
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