aviramha / asdf-mirrord

mirrord plugin for asdf version manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-mirrord Build Lint

mirrord plugin for the asdf version manager.

Contents

Dependencies

TODO: adapt this section

  • bash, curl, tar, and POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add mirrord
# or
asdf plugin add mirrord https://github.com/aviramha/asdf-mirrord.git

mirrord:

# 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 readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Aviram Hassan

About

mirrord plugin for asdf version manager

License:MIT License


Languages

Language:Shell 100.0%