Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/astral.sh-uv/README.md
Original file line number Diff line number Diff line change
@@ -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`._