mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 22:15:46 +02:00
16 lines
255 B
Markdown
16 lines
255 B
Markdown
![]() |
# 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`
|