https://github.com/aviramha/asdf-mirrord
mirrord plugin for asdf version manager
https://github.com/aviramha/asdf-mirrord
Last synced: 2 months ago
JSON representation
mirrord plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/aviramha/asdf-mirrord
- Owner: aviramha
- License: mit
- Created: 2023-12-12T12:34:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T15:03:22.000Z (over 1 year ago)
- Last Synced: 2025-02-11T09:18:46.556Z (4 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-mirrord [](https://github.com/aviramha/asdf-mirrord/actions/workflows/build.yml) [](https://github.com/aviramha/asdf-mirrord/actions/workflows/lint.yml)
[mirrord](https://mirrord.dev/docs) 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).
- `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 mirrord
# or
asdf plugin add mirrord https://github.com/aviramha/asdf-mirrord.git
```mirrord:
```shell
# Show all installable versions
asdf list-all mirrord# Install specific version
asdf install mirrord latest# Set a version globally (on your ~/.tool-versions file)
asdf global mirrord latest# Now mirrord commands are available
mirrord --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/aviramha/asdf-mirrord/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Aviram Hassan](https://github.com/aviramha/)