An open API service indexing awesome lists of open source software.

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

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