Scarb plugin for the asdf version manager.
This plugin needs bash, curl, tar and other generic POSIX utilities.
Everything should be included by default on your system.
asdf plugin add scarbor
asdf plugin add scarb https://github.com/software-mansion/asdf-scarb.gitShow all installable versions:
asdf list all scarbInstall latest version:
asdf install scarb latestInstall specific version:
asdf install scarb 0.5.0Install latest nightly version:
asdf install scarb latest:nightlyInstall specific nightly version:
asdf install scarb nightly-2023-08-10Set a version globally (in your ~/.tool-versions file):
asdf set -u scarb latestNow scarb commands are available:
scarb --versionCheck asdf readme for more instructions on how to install & manage versions.