Awesome
<div align="center">asdf-purty
purty plugin for the asdf version manager.
</div>Dependencies
The only dependencies are bash
, curl
, and tar
.
Install
Plugin:
asdf plugin-add purty
# or
asdf plugin-add https://github.com/nsaunders/asdf-purty.git
purty:
# Show all installable versions
asdf list-all purty
# Install specific version
asdf install purty latest
# Set a version globally (on your ~/.tool-versions file)
asdf global purty latest
# Now purty commands are available
purty
Check asdf readme for more instructions on how to install & manage versions.