Skip to content

A Dev Container Feature that adds the Crystal Language to your environment

License

Notifications You must be signed in to change notification settings

Caesarovich/devcontainer-feature-crystal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Feature - Crystal Language

This feature installs the Crystal Language and the Shards package manager. It is intended to be used with the Dev Container extension for Visual Studio Code.

Example Usage

Include this in your .devcontainer/devcontainer.json file:

"features": {
    "ghcr.io/Caesarovich/devcontainer-feature-crystal/crystal:1": {}
}

Options

Options Id Description Type Default Value
channel The Crystal channel to install from. string stable
version The Crystal version to install. string latest

Example:

"features": {
    "ghcr.io/Caesarovich/devcontainer-feature-crystal/crystal:1": {
        "channel": "nightly",
        "version": "1.13.3"
    }
}

Contributing

If you find a bug or have a feature request, please open an issue. Pull requests are also welcome.

Packages

 
 
 

Languages

  • Shell 100.0%