1
0
mirror of https://github.com/namibia/awesome-shell.git synced 2024-06-01 11:40:49 +00:00

Merge pull request #116 from bucaran/patch-1

Add Fishtape
This commit is contained in:
Caleb Xu 2015-12-07 16:53:29 -05:00
commit c7d94305a4

View File

@ -192,6 +192,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts * [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts
* [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools
* [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System * [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System
* [Fishtape](https://github.com/fisherman/fishtape) - TAP producer and test harness for fish
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [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. * [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script.
* [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash * [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash