An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# asdf-mirrord [![Build](https://github.com/metalbear-co/asdf-mirrord/actions/workflows/build.yml/badge.svg)](https://github.com/metalbear-co/asdf-mirrord/actions/workflows/build.yml) [![Lint](https://github.com/metalbear-co/asdf-mirrord/actions/workflows/lint.yml/badge.svg)](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/)