Skip to content
 
 

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages