https://github.com/robertripoll/devcontainer-features
Collection of Dev Container features
https://github.com/robertripoll/devcontainer-features
Last synced: 4 months ago
JSON representation
Collection of Dev Container features
- Host: GitHub
- URL: https://github.com/robertripoll/devcontainer-features
- Owner: robertripoll
- Created: 2026-01-18T11:56:04.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-01-18T12:11:50.000Z (5 months ago)
- Last Synced: 2026-01-18T18:56:20.743Z (5 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devcontainer-features
Collection of Dev Container features
## Features
### Bun
Installs [Bun](https://bun.sh) - a fast all-in-one JavaScript runtime and toolkit.
**Example Usage:**
```json
"features": {
"ghcr.io/robertripoll/devcontainer-features/bun:1": {}
}
```
**Options:**
- `version` (string, default: "latest"): Version of Bun to install
See [src/bun/README.md](src/bun/README.md) for more details.
## Contributing
To add a new feature, create a new directory under `src/` with:
- `devcontainer-feature.json` - Feature metadata
- `install.sh` - Installation script
- `README.md` - Feature documentation