Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.28 KB

asdf-cidr-merger Build Lint

cidr-merger plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add cidr-merger https://github.com/ORCID/asdf-cidr-merger.git

cidr-merger:

# Show all installable versions
asdf list-all cidr-merger

# Install specific version
asdf install cidr-merger latest

# Set a version globally (on your ~/.tool-versions file)
asdf global cidr-merger latest

# Now cidr-merger commands are available
cidr-merger --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.