Skip to content

ivanvc/asdf-wrk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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