asdf-minify [](https://github.com/axilleas/asdf-minify/actions/workflows/build.yml) [](https://github.com/axilleas/asdf-minify/actions/workflows/lint.yml)
July 6, 2023 · View on GitHub
asdf-minify

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