This commit is contained in:
Jose Maria Valera Reales 2024-02-20 00:03:04 -05:00 committed by GitHub
commit 41e5c7e46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging
* [bash-language-server](https://github.com/bash-lsp/bash-language-server) - [LSP](https://microsoft.github.io/language-server-protocol/)-based Bash language server
* [bash-modules](https://github.com/vlisivka/bash-modules) - functions for developing with [unofficial strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) enabled.
* [bashunit](https://github.com/TypedDevs/bashunit) - A simple but powerful testing library for bash scripts
* [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions
* [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH