elm: add page (#2365)
This commit is contained in:
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`
|
Reference in New Issue
Block a user