Add assert.sh

Add assert.sh https://github.com/torokmark/assert.sh
This commit is contained in:
Márk Török 2018-10-28 18:44:23 +01:00 committed by GitHub
parent 44492e9641
commit 382b1720ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,7 +289,8 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
*Tools for writing, improving, or organizing Bash or other shell scripts*
* [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
* [torokmark/assert.sh](https://github.com/torokmark/assert.sh) - Assertion lib for shell script users
* [lehmannro/assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
* [bashful](https://github.com/plytophogy/bashful) - A collection of libraries to simplify writing Bash scripts
* [Bashlets](https://bashlets.sh/) - A modular extensible toolbox for Bash
* [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools