https://github.com/orcid/asdf-p2cli
asdf plugin for the p2cli tool
https://github.com/orcid/asdf-p2cli
Last synced: 11 months ago
JSON representation
asdf plugin for the p2cli tool
- Host: GitHub
- URL: https://github.com/orcid/asdf-p2cli
- Owner: ORCID
- License: other
- Created: 2024-11-27T11:15:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T12:20:47.000Z (over 1 year ago)
- Last Synced: 2024-11-27T12:29:24.533Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-p2cli [](https://github.com/ORCID/asdf-p2cli/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-p2cli/actions/workflows/lint.yml)
[p2cli](https://github.com/wrouesnel/p2cli) 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 p2cli https://github.com/ORCID/asdf-p2cli.git
```
p2cli:
```shell
# Show all installable versions
asdf list-all p2cli
# Install specific version
asdf install p2cli latest
# Set a version globally (on your ~/.tool-versions file)
asdf global p2cli latest
# Now p2cli commands are available
p2cli --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).
[Thanks goes to these contributors](https://github.com/ORCID/asdf-p2cli/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [ORCID] (https://github.com/ORCID/)