Skip to content

Azuki-bar/asdf-rye

Repository files navigation

asdf-rye Build Lint

rye plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar, install: generic POSIX utilities.

Install

Plugin:

asdf plugin add rye
# or
asdf plugin add rye https://github.com/Azuki-bar/asdf-rye.git

rye:

# Show all installable versions
asdf list-all rye

# Install specific version
asdf install rye latest

# Set a version globally (on your ~/.tool-versions file)
asdf global rye latest

# Now rye commands are available
rye --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Azuki-bar