cidrchk plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
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.
Contributions of any kind welcome! See the contributing guide.