https://github.com/orcid/asdf-shell2http
asdf plugin for shell2http
https://github.com/orcid/asdf-shell2http
Last synced: about 1 year ago
JSON representation
asdf plugin for shell2http
- Host: GitHub
- URL: https://github.com/orcid/asdf-shell2http
- Owner: ORCID
- License: other
- Created: 2023-02-21T13:01:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T12:15:42.000Z (about 3 years ago)
- Last Synced: 2025-01-09T05:19:53.604Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-shell2http [](https://github.com/ORCID/asdf-shell2http/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-shell2http/actions/workflows/lint.yml)
[shell2http](https://github.com/msoap/shell2http) 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 shell2http https://github.com/ORCID/asdf-shell2http.git
```
shell2http:
```shell
# Show all installable versions
asdf list-all shell2http
# Install specific version
asdf install shell2http latest
# Set a version globally (on your ~/.tool-versions file)
asdf global shell2http latest
# Now shell2http commands are available
shell2http --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).