1
0
Fork 0
homemade asdf plugin template with unit test
Find a file Use this template
2025-04-09 17:01:47 +02:00
.devcontainer refactor: ♻️ - adapt devcontainer template for project need 2025-03-18 13:57:52 +00:00
.forgejo/workflows build: 👷 - add shellcheck action 2025-03-31 15:39:28 +00:00
bin chore: ♻️ - refactor post-install-check 2025-04-09 11:35:48 +00:00
lib chore: 📝 - change values to reflect the template status for this repo 2025-04-09 17:01:47 +02:00
scripts feat: - add generated template 2025-03-15 16:37:25 +01:00
tests chore: 📝 - change values to reflect the template status for this repo 2025-04-09 17:01:47 +02:00
contributing.md feat: - add generated template 2025-03-15 16:37:25 +01:00
LICENSE feat: - add generated template 2025-03-15 16:37:25 +01:00
mise.toml build(mise-plugins): 🔧 - add asdf-bashunit plugin url as bashunit 2025-03-18 14:13:32 +00:00
README.md feat: - add generated template 2025-03-15 16:37:25 +01:00
version.txt feat: - add generated template 2025-03-15 16:37:25 +01:00

asdf-bashunit Build Lint

bashunit plugin for the asdf version manager.

Contents

Dependencies

TODO: adapt this section

  • bash, curl, tar, and 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 bashunit
# or
asdf plugin add bashunit https://github.com/foo/asdf-bashunit.git

bashunit:

# Show all installable versions
asdf list-all bashunit

# Install specific version
asdf install bashunit latest

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

# Now bashunit commands are available
bashunit --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 © Thibaut Chavanon