add bash3boilerplate

I stumbled on the bash3boilerplate project before this awesome-bash list, and thought it would be a worthy inclusion.
pull/8/head
Nick Klauer 2016-06-27 07:04:45 -05:00 committed by GitHub
parent e7a07ba02f
commit 23f22e377a
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu
- [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more
- [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
- [bash3boilerplate](https://github.com/kvz/bash3boilerplate) - Templates to write better 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
- [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System