Merge pull request #132 from adoyle-h/patch-1

This commit is contained in:
Edwin Kofler 2024-09-07 08:57:52 -07:00 committed by GitHub
commit 562358fbad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,6 +163,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu
- [bash-modules](https://github.com/vlisivka/bash-modules) - A collection of modules for unofficial strict mode.
- [bash_unit](https://github.com/pgrange/bash_unit) - Bash unit testing enterprise edition framework for professionals.
- [bashunit](https://github.com/TypedDevs/bashunit) - A simple testing library for bash scripts.
- [lobash](https://github.com/adoyle-h/lobash) - A modern, safe, powerful utility/library for Bash script development.
- [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash.
- [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash.
- [shellcheck](https://github.com/koalaman/shellcheck) - A static analysis tool for shell scripts.