Initialize an Elm project, generates an elm.json file
Start interactive Elm shell
Compile an Elm file, output the result to an `index.html` file
Compile an Elm file, output the result to a JavaScript file
elm make source --output=destination.jsStart local web server that compiles Elm files on page load
Install Elm package from <https://package.elm-lang.org>
elm install author/package