1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 15:06:00 +02:00

elm: add page (#2365)

This commit is contained in:
mira01 2018-10-03 11:31:36 +02:00 committed by Owen Voke
parent 5e0e5ddd44
commit bc6d1c1cb9

15
pages/common/elm.md Normal file
View 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`