An open API service indexing awesome lists of open source software.

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]

Awesome Lists containing this project

README

          

# asdf-uv [![Build](https://github.com/asdf-community/asdf-uv/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-uv/actions/workflows/build.yml) [![Lint](https://github.com/asdf-community/asdf-uv/actions/workflows/lint.yml/badge.svg)](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/)