From 44d297294c4a52867c2dcebf501cbbc33c8aa69b Mon Sep 17 00:00:00 2001 From: Volodymyr Lisivka Date: Sun, 5 Dec 2021 14:28:04 +0200 Subject: [PATCH] Link to bash-modules project is added. (#63) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3882cff..64d6abb 100644 --- a/readme.md +++ b/readme.md @@ -129,6 +129,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools - [BashScriptTestingLibrary](https://github.com/rafritts/BashScriptTestingLibrary) - A unit testing framework for Bash scripts - [Bash Infinity](https://github.com/niieani/bash-oo-framework) - A modern boilerplate / framework / standard library for bash +- [bash-modules](https://github.com/vlisivka/bash-modules) - a collection of modules for [unofficial strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) - [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals - [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