diff --git a/src/bun.sh/README.md b/src/bun.sh/README.md new file mode 100644 index 0000000..159edee --- /dev/null +++ b/src/bun.sh/README.md @@ -0,0 +1,24 @@ + +# bun.sh (bun.sh) + +Install "bun" binary + +## Example Usage + +```json +"features": { + "ghcr.io/devcontainer-community/devcontainer-features/bun.sh:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Currently unused. | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainer-community/devcontainer-features/blob/main/src/bun.sh/devcontainer-feature.json). Add additional notes to a `NOTES.md`._