https://github.com/dojoengine/asdf-dojo
https://github.com/dojoengine/asdf-dojo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dojoengine/asdf-dojo
- Owner: dojoengine
- License: mit
- Created: 2024-04-02T17:35:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T16:03:59.000Z (about 2 years ago)
- Last Synced: 2025-03-24T15:31:11.620Z (about 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-dojo [](https://github.com/dojoengine/asdf-dojo/actions/workflows/build.yml) [](https://github.com/dojoengine/asdf-dojo/actions/workflows/lint.yml)
[Dojo](https://github.com/dojoengine/dojo) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add dojo
# or
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo.git
```
Dojo:
```shell
# Show all installable versions
asdf list-all dojo
# Install specific version
asdf install dojo latest
# Set a version globally (on your ~/.tool-versions file)
asdf global dojo latest
# Now dojo commands are available
katana --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-dojo/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [dojoengine](https://github.com/dojoengine/)