michidk / devcontainers-features

A collection of devcontainer 'features'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dev Container Features

This project Features is a set of reusable 'features'. Quickly add a tool/cli to a development container.

Features are self-contained units of installation code and development container configuration. Features are designed to install atop a wide-range of base container images (this repo focuses on debian based images).

This repo follows the proposed dev container feature distribution specification.

List of features:

Usage

To reference a feature from this repository, add the desired features to a devcontainer.json. Each feature has a README.md that shows how to reference the feature and which options are available for that feature.

The example below installs the typst declared in the ./src directory of this repository.

See the relevant feature's README for supported options.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/michidk/devcontainers-features/typst:0": {}
    }
}

About

A collection of devcontainer 'features'

License:MIT License


Languages

Language:Shell 100.0%