Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.34 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.34 KB

asdf-gping Build Lint

gping plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar.

Install

Plugin:

asdf plugin add gping
# or
asdf plugin add gping https://github.com/barolab/asdf-gping.git

gping:

# Show all installable versions
asdf list-all gping

# Install specific version
asdf install gping latest

# Set a version globally (on your ~/.tool-versions file)
asdf global gping latest

# Now gping commands are available
gping --version

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 © Romain Bailly

Credits

This repository was heavily inspired from asdf-exa