GitHub - m4tchl0ck/devcontainer-features (original) (raw)
Development Container Features
Development Container 'Features' A set of simple and reusable Features. Quickly add a language/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.
Missing a CLI or language in your otherwise perfect container image? Add the relevant Feature to the features
property of a devcontainer.json. Atool supporting the dev container specification is required to build a development container.
You may learn about Features at containers.dev, which is the website for the dev container specification.
My Dev Container Features
This repo is contains my custom dev container features.
I cannot assure that the features here will remain unaffected by updates and similar changes.
Feature | Description |
---|---|
powerlevel10k | Another implementation for powerlevel10k - zsh theme |
pact-cli | CLI for pact.io - a contract tests tool |
structurizr-lite | Installation of structurizr-lite - a tool for C4 diagrams |