Add crash plugin (#193)

This commit is contained in:
James Dinsdale 2017-02-13 03:58:23 +00:00 committed by Caleb Xu
parent d6500dd366
commit 497ff989ac
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [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
* [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH
* [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
* [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script.