https://github.com/ivanvc/asdf-wrk
asdf wrk package
https://github.com/ivanvc/asdf-wrk
asdf-plugin
Last synced: 3 months ago
JSON representation
asdf wrk package
- Host: GitHub
- URL: https://github.com/ivanvc/asdf-wrk
- Owner: ivanvc
- License: mit
- Created: 2016-11-09T22:42:00.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T21:55:48.000Z (about 2 years ago)
- Last Synced: 2025-01-23T20:52:50.222Z (5 months ago)
- Topics: asdf-plugin
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-wrk [](https://github.com/ivanvc/asdf-wrk/actions/workflows/build.yml) [](https://github.com/ivanvc/asdf-wrk/actions/workflows/lint.yml)
[wrk](https://github.com/wg/wrk) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`, `make`: generic POSIX utilities.
- `gcc`# Install
Plugin:
```shell
asdf plugin add wrk
# or
asdf plugin add wrk https://github.com/ivanvc/asdf-wrk.git
```wrk:
```shell
# Show all installable versions
asdf list-all wrk# Install specific version
asdf install wrk latest# Set a version globally (on your ~/.tool-versions file)
asdf global wrk latest# Now wrk commands are available
wrk --help
```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/ivanvc/asdf-wrk/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Ivan Valdes](https://github.com/ivanvc/)