Skip to content

software-mansion/asdf-scarb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.