https://github.com/software-mansion/asdf-scarb
Scarb plugin for the asdf version manager
https://github.com/software-mansion/asdf-scarb
asdf asdf-plugin cairo scarb starknet
Last synced: 4 months ago
JSON representation
Scarb plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/software-mansion/asdf-scarb
- Owner: software-mansion
- License: mit
- Created: 2023-06-20T13:50:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T12:12:37.000Z (6 months ago)
- Last Synced: 2025-04-11T13:55:42.221Z (6 months ago)
- Topics: asdf, asdf-plugin, cairo, scarb, starknet
- Language: Shell
- Homepage: https://docs.swmansion.com/scarb
- Size: 58.6 KB
- Stars: 8
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.```shell
asdf plugin add scarb
```or
```shell
asdf plugin add scarb https://github.com/software-mansion/asdf-scarb.git
```## Use
Show all installable versions:
```shell
asdf list all scarb
```Install latest version:
```shell
asdf install scarb latest
```Install specific version:
```shell
asdf install scarb 0.5.0
```Install latest nightly version:
```shell
asdf install scarb latest:nightly
```Install specific nightly version:
```shell
asdf install scarb nightly-2023-08-10
```Set a version globally (in your `~/.tool-versions` file):
```shell
asdf set -u scarb latest
```Now scarb commands are available:
```shell
scarb --version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to install & manage versions.
[asdf]: https://asdf-vm.com
[scarb]: https://docs.swmansion.com/scarb