https://github.com/l-lin/asdf-httpx
httpx (https://github.com/servicex-sh/httpx) plugin for asdf version manager (https://github.com/asdf-vm/asdf)
https://github.com/l-lin/asdf-httpx
Last synced: about 2 months ago
JSON representation
httpx (https://github.com/servicex-sh/httpx) plugin for asdf version manager (https://github.com/asdf-vm/asdf)
- Host: GitHub
- URL: https://github.com/l-lin/asdf-httpx
- Owner: l-lin
- License: mit
- Created: 2022-04-21T19:49:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T06:53:04.000Z (about 3 years ago)
- Last Synced: 2025-01-20T15:17:12.253Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-httpx [](https://github.com/l-lin/asdf-httpx/actions/workflows/build.yml) [](https://github.com/l-lin/asdf-httpx/actions/workflows/lint.yml)
[httpx](https://github.com/l-lin/asdf-httpx) 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 httpx
# or
asdf plugin add httpx https://github.com/l-lin/asdf-httpx.git
```httpx:
```shell
# Show all installable versions
asdf list-all httpx# Install specific version
asdf install httpx latest# Set a version globally (on your ~/.tool-versions file)
asdf global httpx latest# Now httpx commands are available
httpx --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/l-lin/asdf-httpx/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Louis Lin](https://github.com/l-lin/)