ivanvc / asdf-wrk

asdf wrk package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-wrk Build Lint

wrk plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar, make: generic POSIX utilities.
  • gcc

Install

Plugin:

asdf plugin add wrk
# or
asdf plugin add wrk https://github.com/ivanvc/asdf-wrk.git

wrk:

# 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 readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Ivan Valdes

About

asdf wrk package

License:MIT License


Languages

Language:Shell 100.0%