asdf-shell2http [](https://github.com/ORCID/asdf-shell2http/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-shell2http/actions/workflows/lint.yml)
February 21, 2023 ยท View on GitHub
asdf-shell2http

shell2http plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar: generic POSIX utilities.
Install
Plugin:
asdf plugin add shell2http https://github.com/ORCID/asdf-shell2http.git
shell2http:
# 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 readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.