From 82b7cf42efa0783c272905e71f4a40e97e0f019f Mon Sep 17 00:00:00 2001 From: Mindaugas Barysas Date: Fri, 2 Dec 2016 00:32:58 +0200 Subject: [PATCH] shameless self-plug (#177) added own bash framework written for fun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0247c36..b12f408 100644 --- a/README.md +++ b/README.md @@ -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