From 83e88bdecce6dbbf94a10ed48f533e4cd42255c7 Mon Sep 17 00:00:00 2001 From: xiaodang Date: Mon, 11 Apr 2022 16:11:43 +0800 Subject: [PATCH] Add zx (#1168) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4c88a13..4728a93 100644 --- a/readme.md +++ b/readme.md @@ -365,6 +365,7 @@ - [oclif](https://github.com/oclif/oclif) - CLI framework complete with parser, automatic documentation, testing, and plugins. - [term-size](https://github.com/sindresorhus/term-size) - Reliably get the terminal window size. - [Cliffy](https://github.com/drew-y/cliffy) - Framework for interactive CLIs. +- [zx](https://github.com/google/zx) - Write shell scripts JavaScript. ### Build tools