coursier plugin for the asdf version manager.
bash,curl,tar, and POSIX utilities.
Plugin:
asdf plugin add coursier
# or
asdf plugin add coursier https://github.com/jiahuili430/asdf-coursier.gitcoursier:
# Show all installable versions
asdf list all coursier
# Install specific version
asdf install coursier latest
# Set a version in the user's home directory (on your ~/.tool-versions file)
asdf set --home coursier latest
# Now coursier commands are available
coursier --helpCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.