https://github.com/htoooth/asdf-zeppos-zeuscli
https://github.com/htoooth/asdf-zeppos-zeuscli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/htoooth/asdf-zeppos-zeuscli
- Owner: htoooth
- License: mit
- Created: 2024-03-22T04:59:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T04:58:43.000Z (about 1 year ago)
- Last Synced: 2024-04-29T05:41:54.820Z (about 1 year ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-zeus-cli [](https://github.com/htoooth/asdf-zeus-cli/actions/workflows/build.yml) [](https://github.com/htoooth/asdf-zeus-cli/actions/workflows/lint.yml)
[zeus-cli](https://www.npmjs.com/package/@zeppos/zeus-cli) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-zeus-cli ](#asdf-zeus-cli--)
- [Contents](#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).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add zeus-cli
# or
asdf plugin add zeus-cli https://github.com/htoooth/asdf-zeus-cli.git
```zeus-cli:
```shell
# Show all installable versions
asdf list-all zeus-cli# Install specific version
asdf install zeus-cli# Set a version globally (on your ~/.tool-versions file)
asdf global zeus-cli latest# Now zeus-cli commands are available
zeus -v
```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/htoooth/asdf-zeus-cli/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [htoo](https://github.com/htoooth/)