Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Elm Language Compiler (via Github Releases) (elm-lang)

Install the elm language compiler and related tools

Example Usage

"features": {
    "ghcr.io/CodeMan99/features/elm-lang:0": {}
}

Options

Options Id Description Type Default Value
version Specify the compiler version string 0.19.1
elmPrefix Where the "elm" binary will be installed string /usr/local/bin
installFormat Install the "elm-format" command (via npm if installed) boolean true
installReview Install the "elm-review" command (via npm if installed) boolean true
installTest Install the "elm-test" command (via npm if installed) boolean true

Customizations

VS Code Extensions

  • Elmtooling.elm-ls-vscode

Elm-lang

Installs the Elm compiler following the linux install documentation.

elm --help

See the language guide, examples, and documentation for more information on the language.


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.