asdf-scarb
February 11, 2025 ยท View on GitHub
Scarb plugin for the asdf version manager.
Install
This plugin needs bash, curl, tar and other generic POSIX utilities.
Everything should be included by default on your system.
asdf plugin add scarb
or
asdf plugin add scarb https://github.com/software-mansion/asdf-scarb.git
Use
Show all installable versions:
asdf list all scarb
Install latest version:
asdf install scarb latest
Install specific version:
asdf install scarb 0.5.0
Install latest nightly version:
asdf install scarb latest:nightly
Install specific nightly version:
asdf install scarb nightly-2023-08-10
Set a version globally (in your ~/.tool-versions file):
asdf set -u scarb latest
Now scarb commands are available:
scarb --version
Check asdf readme for more instructions on how to install & manage versions.