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