delgurth / asdf-plugin-test

Repo to maintain an asdf plugin that I can use for testing purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-delgurth-tests Build Lint

delgurth-tests plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add delgurth-tests
# or
asdf plugin add delgurth-tests https://github.com/delgurth/asdf-delgurth-tests.git

delgurth-tests:

# Show all installable versions
asdf list-all delgurth-tests

# Install specific version
asdf install delgurth-tests latest

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

# Now delgurth-tests commands are available
delgurth-test --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 © Wessel van Norel

About

Repo to maintain an asdf plugin that I can use for testing purposes

License:MIT License


Languages

Language:Shell 100.0%