generated from common/repo-template
homemade asdf plugin to install bashunit
create a post_install_check function in utils.bash to check if installation is successful, change int test accordingly |
||
|---|---|---|
| .devcontainer | ||
| .forgejo/workflows | ||
| bin | ||
| lib | ||
| scripts | ||
| tests | ||
| contributing.md | ||
| LICENSE | ||
| mise.toml | ||
| README.md | ||
| version.txt | ||
asdf-bashunit

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