https://github.com/orcid/asdf-cidrchk
https://github.com/orcid/asdf-cidrchk
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orcid/asdf-cidrchk
- Owner: ORCID
- License: other
- Created: 2023-02-09T17:56:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T10:55:07.000Z (over 3 years ago)
- Last Synced: 2025-02-26T12:17:01.106Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-cidrchk [](https://github.com/ORCID/asdf-cidrchk/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-cidrchk/actions/workflows/lint.yml)
[cidrchk](https://github.com/mhausenblas/cidrchk) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add cidrchk https://github.com/ORCID/asdf-cidrchk.git
```
cidrchk:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).