From ded47748f730b5deed4db1ba0998e56ba0814091 Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 8 Oct 2020 11:04:23 -0400 Subject: [PATCH] Add powscript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 439cf3c..e80c4b5 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [rerun](https://github.com/rerun/rerun) - A modular shell automation framework to organize your keeper scripts * [revolver](https://github.com/molovo/revolver) - A reusable progress spinner for shell scripts * [phases](https://github.com/sorokine/phases) - Minimally invasive bash preprocessor, select sections of your script to run +* [powscript](https://github.com/coderofsalvation/powscript) - bash transpiler written in bash (coffeescript for bash) * [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash * [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