Merge b6d6a1cf5988803eeaff41209d67d87f2fa34c99 into b35035d6661b4764af379a0069516abd6d17fbb3

This commit is contained in:
Márk Török 2019-07-11 13:07:09 +00:00 committed by GitHub
commit 0c606e15f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -316,7 +316,8 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
*Tools for writing, improving, or organizing Bash or other shell scripts*
* [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
* [torokmark/assert.sh](https://github.com/torokmark/assert.sh) - Assertion lib for shell script users
* [lehmannro/assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
* [bashful](https://github.com/plytophogy/bashful) - A collection of libraries to simplify writing Bash scripts
* [Bashlets](https://github.com/bashlets) - A modular extensible toolbox for Bash
* [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools

View File

@ -231,7 +231,8 @@
*用于编写、改进、及管理 Bash 或其它 shell 脚本的工具。*
* [ansi](https://github.com/fidian/ansi) - 使用纯 Bash 实现的 ANSI 转义码,包括更改文本颜色、定位光标等等
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash 单元测试框架
* [torokmark/assert.sh](https://github.com/torokmark/assert.sh) - Assertion lib for shell script users
* [lehmannro/assert.sh](https://github.com/lehmannro/assert.sh) - Bash 单元测试框架
* [bashful](https://github.com/plytophogy/bashful) - 简化编写 Bash 脚本的库收集
* [bashmanager](https://github.com/lingtalfi/bashmanager) - 用来创建命令行工具的微型 Bash 框架
* [bats](https://github.com/bats-core/bats-core) - Bash 自动化测试系统