asdf-cidrchk [](https://github.com/ORCID/asdf-cidrchk/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-cidrchk/actions/workflows/lint.yml)
February 9, 2023 ยท View on GitHub
asdf-cidrchk

cidrchk plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar: generic POSIX utilities.
Install
Plugin:
asdf plugin add cidrchk https://github.com/ORCID/asdf-cidrchk.git
cidrchk:
# Show all installable versions
asdf list-all cidrchk
# Install specific version
asdf install cidrchk latest
# Set a version globally (on your ~/.tool-versions file)
asdf global cidrchk latest
# Now cidrchk commands are available
cidrchk --version
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.