https://github.com/asdf-community/asdf-uv
uv plugin for the asdf version manager [maintainer=@b1-luettje]
https://github.com/asdf-community/asdf-uv
asdf asdf-plugin
Last synced: 3 months ago
JSON representation
uv plugin for the asdf version manager [maintainer=@b1-luettje]
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-uv
- Owner: asdf-community
- License: mit
- Created: 2024-02-20T11:45:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T13:27:09.000Z (4 months ago)
- Last Synced: 2026-02-14T21:56:43.931Z (4 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/astral-sh/uv
- Size: 61.5 KB
- Stars: 35
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-uv [](https://github.com/asdf-community/asdf-uv/actions/workflows/build.yml) [](https://github.com/asdf-community/asdf-uv/actions/workflows/lint.yml)
[uv](https://github.com/astral-sh/uv) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.
# Install
Plugin:
```shell
asdf plugin add uv
# or
asdf plugin add uv https://github.com/asdf-community/asdf-uv.git
```
uv:
```shell
# Show all installable versions
asdf list all uv
# Install specific version
asdf install uv latest
# Set a version globally (on your ~/.tool-versions file)
asdf set -u uv latest
# Now uv commands are available
uv --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/asdf-community/asdf-uv/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [b1-luettje](https://github.com/b1-luettje/)