shameless self-plug (#177)

added own bash framework written for fun
This commit is contained in:
Mindaugas Barysas 2016-12-02 00:32:58 +02:00 committed by Caleb Xu
parent a0595c7578
commit 82b7cf42ef
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
* [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
* [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging
* [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