asdf-spago [](https://github.com/nsaunders/asdf-spago/actions/workflows/build.yaml) [](https://github.com/nsaunders/asdf-spago/actions/workflows/lint.yaml)
March 28, 2021 ยท View on GitHub
asdf-spago

spago plugin for the asdf version manager.
Dependencies
The only dependencies are bash, curl, and tar.
Install
Plugin:
asdf plugin-add spago
# or
asdf plugin-add https://github.com/nsaunders/asdf-spago.git
Installation:
# Show all installable versions.
asdf list-all spago
# Install specific version.
asdf install spago latest
# Set a version globally (on your ~/.tool-versions file).
asdf global spago latest
# Now spago command is available.
spago --help
Check asdf readme for more instructions on how to install and manage versions.