https://github.com/dojoengine/asdf-sozo
Katana plugin for asdf
https://github.com/dojoengine/asdf-sozo
Last synced: 10 months ago
JSON representation
Katana plugin for asdf
- Host: GitHub
- URL: https://github.com/dojoengine/asdf-sozo
- Owner: dojoengine
- License: apache-2.0
- Created: 2025-07-29T13:43:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T14:38:11.000Z (11 months ago)
- Last Synced: 2025-07-29T17:03:33.564Z (11 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-sozo [](https://github.com/dojoengine/asdf-sozo/actions/workflows/build.yml) [](https://github.com/dojoengine/asdf-sozo/actions/workflows/lint.yml)
[sozo](https://book.dojoengine.org/toolchain/sozo) 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 sozo
# or
asdf plugin add sozo https://github.com/dojoengine/asdf-sozo.git
```
sozo:
```shell
# Show all installable versions
asdf list all sozo
# Install specific version
asdf install sozo latest
# Set a version globally (on your ~/.tool-versions file)
asdf global sozo latest
# Now sozo commands are available
sozo --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-sozo/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [dojoengine](https://github.com/dojoengine/)