From d4bbb669b7c77ef2e28d31098750389afa1153bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:16:51 +0200 Subject: [PATCH] Automated documentation update [skip ci] (#18) Co-authored-by: github-actions[bot] --- src/bun.sh/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/bun.sh/README.md 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`._