mirror of https://github.com/CrimsonTome/tldr.git
elm: add page (#2365)
parent
5e0e5ddd44
commit
bc6d1c1cb9
|
@ -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…
Reference in New Issue