https://github.com/metalbear-co/asdf-mirrord
mirrord plugin for asdf version manager
https://github.com/metalbear-co/asdf-mirrord
Last synced: 19 days ago
JSON representation
mirrord plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/metalbear-co/asdf-mirrord
- Owner: metalbear-co
- License: mit
- Created: 2023-12-24T09:29:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T02:31:24.000Z (10 months ago)
- Last Synced: 2025-04-05T20:45:33.059Z (23 days ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-mirrord [](https://github.com/metalbear-co/asdf-mirrord/actions/workflows/build.yml) [](https://github.com/metalbear-co/asdf-mirrord/actions/workflows/lint.yml)
[mirrord](https://mirrord.dev/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-mirrord](#asdf-mirrord--)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- mirrord has OS specific binaries and are downloaded on the basis `OSTYPE` for determining the OS and `uname` for the architecture.# Install
Plugin:
```shell
asdf plugin add mirrord
# or
asdf plugin add mirrord https://github.com/metalbear-co/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/metalbear-co/asdf-mirrord/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [MetalBear](https://github.com/metalbear-co/)