Add is.sh (#148)

* Add is.sh

* Update README.md
pull/150/head
Józef Sokołowski 2016-04-15 20:22:28 +02:00 committed by Caleb Xu
parent b7a22a5951
commit 93deef90ba
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [Fishtape](https://github.com/fishery/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.
* [is.sh](https://github.com/qzb/is.sh) - An alternative for builtin test command, it will make your "if" statements pretty
* [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash
* [rerun](https://github.com/rerun/rerun) - A modular shell automation framework to organize your keeper scripts
* [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash