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