Add critic.sh for bash testing

This commit is contained in:
Srinath Sankar 2020-02-25 20:05:56 +11:00 committed by Caleb Xu
parent 33056d5d0f
commit 7255398bee
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [bash-language-server](https://github.com/bash-lsp/bash-language-server) - [LSP](https://microsoft.github.io/language-server-protocol/)-based Bash language server
* [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System
* [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH
* [critic.sh](https://github.com/Checksum/critic.sh) - Dead simple testing framework for Bash with coverage reporting
* [Fishtape](https://github.com/jorgebucaran/fishtape) - TAP producer and test harness for fish
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions
* [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script.