Skip to content

Alegrowin/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Features: asdf version manager

This repository provides a dev container feature for installing the asdf version manager.

Usage

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "quay.io/alegrowin/devcontainer-features/asdf:1": {
            "version": "latest",
            "autoInstall": true
        }
    }
}

Options

Option Type Default Description
version string "latest" asdf version to install
allowLegacyVersions boolean false Allow pre-0.16.0 versions
autoInstall boolean false Auto-install from .tool-versions file

Documentation

For detailed usage instructions and examples, see the asdf feature README.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published