https://github.com/waruhachi/features
Collection of features for Devcontainers and GitHub Codespaces
https://github.com/waruhachi/features
codespaces devcontainers github
Last synced: 9 months ago
JSON representation
Collection of features for Devcontainers and GitHub Codespaces
- Host: GitHub
- URL: https://github.com/waruhachi/features
- Owner: waruhachi
- License: mit
- Created: 2024-12-04T19:48:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T21:11:54.000Z (about 1 year ago)
- Last Synced: 2025-02-13T17:54:07.573Z (11 months ago)
- Topics: codespaces, devcontainers, github
- Language: Shell
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Features


π» Works with [devcontainers](https://code.visualstudio.com/docs/devcontainers/containers) \
βοΈ Works with [GitHub Codespaces](https://github.com/features/codespaces)
## Usage
Just add a `.devcontainer/devcontainer.json` file with a `features` key.
π Make sure to inspect each feature for feature-specific options!
```json
{
"image": "mcr.microsoft.com/devcontainers/universal",
"features": {
"ghcr.io/waruhachi/features/theos:latest": {}
}
}
```
### Found a bug?
[πOpen an bug report!π](https://github.com/waruhachi/features/issues/new?template=bug-report.yaml)