diff --git a/src/astral.sh-uv/README.md b/src/astral.sh-uv/README.md new file mode 100644 index 0000000..9b9c22a --- /dev/null +++ b/src/astral.sh-uv/README.md @@ -0,0 +1,25 @@ + +# astral.sh/uv (astral.sh-uv) + +Install "uv" and "uvx" binaries + +## Example Usage + +```json +"features": { + "ghcr.io/devcontainer-community/devcontainer-features/astral.sh-uv:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Version of "uv" to install. | string | latest | +| shellautocompletion | Enable or disable uv and uvx autocompletion. | boolean | false | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainer-community/devcontainer-features/blob/main/src/astral.sh-uv/devcontainer-feature.json). Add additional notes to a `NOTES.md`._