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.git
coursier:
# 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 --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.