From 36f128beef3f844d7f48cc52a2d626570ff184fd Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Thu, 20 Aug 2020 22:38:30 +0900 Subject: [PATCH] Add ShellSpec --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e909e23..4337ae3 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [sh-semver](https://github.com/qzb/sh-semver) - Semver tool for bash - finds versions matching to specified rules * [shellcheck](https://github.com/koalaman/shellcheck) - Static analysis tool for shell scripts * [shellfire](https://github.com/shellfire-dev/shellfire) - A repository of namespaced, composable shell (bash, sh and dash) function libraries +* [shellspec](https://github.com/shellspec/shellspec) - A full-featured BDD unit testing framework for dash, bash, ksh, zsh and all POSIX shells * [shpec](https://github.com/rylnd/shpec) - A shell testing framework * [shutit](https://ianmiell.github.io/shutit/) - Automation framework based on bash and pexpect * [sub](https://github.com/basecamp/sub) - A delicious way to organize programs