elm: add page (#2365)

italian
mira01 2018-10-03 11:31:36 +02:00 committed by Owen Voke
parent 5e0e5ddd44
commit bc6d1c1cb9
1 changed files with 15 additions and 0 deletions

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`