ruff-tools plugin for the asdf version manager.
bash
,curl
,tar
, and POSIX utilities.
Plugin:
asdf plugin add ruff-tools
# or
asdf plugin add ruff-tools https://github.com/purajit/asdf-ruff-tools.git
ruff-tools:
# Show all installable versions
asdf list-all ruff-tools
# Install specific version
asdf install ruff-tools latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ruff-tools latest
# Now ruff-tools commands are available
ruff-tools --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.