https://github.com/dojoengine/asdf-saya
ASDF plugin to install Saya.
https://github.com/dojoengine/asdf-saya
Last synced: 4 months ago
JSON representation
ASDF plugin to install Saya.
- Host: GitHub
- URL: https://github.com/dojoengine/asdf-saya
- Owner: dojoengine
- License: apache-2.0
- Created: 2025-11-28T22:09:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T23:23:42.000Z (4 months ago)
- Last Synced: 2026-02-10T01:35:54.287Z (4 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-saya [](https://github.com/dojoengine/asdf-saya/actions/workflows/build.yml) [](https://github.com/dojoengine/asdf-saya/actions/workflows/lint.yml)
[saya](https://github.com/dojoengine/saya) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`, `unzip` and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add saya
# or
asdf plugin add saya https://github.com/dojoengine/asdf-saya.git
```
saya:
```shell
# Show all installable versions
asdf list all saya
# Install specific version
asdf install saya latest
# Set a version globally (on your ~/.tool-versions file)
asdf global saya latest
# Now saya commands are available
saya --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/dojoengine/asdf-saya/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [dojoengine](https://github.com/dojoengine/)