elm
Compile and run Elm source files.
=> More information.
- Initialize an Elm project, generates an elm.json file:
elm init
- Start interactive Elm shell:
elm repl
- Compile an Elm file, output the result to an
index.html
file:
elm make {source}
- Compile an Elm file, output the result to a JavaScript file:
elm make {source} --output={destination}.js
- Start local web server that compiles Elm files on page load:
elm reactor
- Install Elm package from https://package.elm-lang.org:
elm install {author}/{package}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/elm.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 105.400432 milliseconds
- Gemini-to-HTML Time
- 0.25835 milliseconds
This content has been proxied by September (ba2dc).