Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.23 KB

asdf-cidrchk Build Lint

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.