Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.03 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.03 KB

asdf-scarb

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 global scarb latest

Now scarb commands are available:

scarb --version

Check asdf readme for more instructions on how to install & manage versions.