Skip to content

kvokka/features

 
 

Repository files navigation

Extra Dev Container Features

🐳 Extra add-in features for devcontainers and GitHub Codespaces

πŸ‘€ Don't see your feature here? πŸ”₯ Suggest a new feature! πŸ”₯ or πŸ“„ Learn how to add one! πŸ“„
πŸ” Found a bug? 🐞 Open a bug report! 🐞

About This Fork

This repository is a continuation of the devcontainers-extra/features project. The fork was created to manage own features, keeping the structure and ideas from the initial fork.

Note

This project is not officially associated with or endorsed by the official Devcontainers project

Usage

Just add a .devcontainer/devcontainer.json file with a features key. It's very similar to package.json's dependencies object, just with the addition of an options object.

πŸ“š Make sure to inspect each feature for feature-specific options!

{
  "image": "mcr.microsoft.com/devcontainers/base:bookworm",
  "features": {
    "ghcr.io/kvokka/features/lumen": {},
    "ghcr.io/kvokka/features/codegpt": {}
  }
}

Then, after adding your devcontainer config file, you can open it in GitHub Codespaces, or [open it locally using VS Code]. Be warned some features will compile things from source code and may take a while!

About

🐳 Extra add-in features for Devcontainers and GitHub Codespaces

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 96.5%
  • Just 3.5%