From f8cf39151a62e280aa012537cbe23a731f9b9a7d Mon Sep 17 00:00:00 2001 From: remiflavien1 Date: Fri, 5 Jun 2020 13:12:49 -0400 Subject: [PATCH] fix js section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f0ebd..55e5244 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ etc. - [Ink](https://github.com/vadimdemedes/ink) : React for interactive command-line apps. (See also [Pastel](https://github.com/vadimdemedes/pastel)) - [node-seeli](https://github.com/esatterwhite/node-seeli) : Object orientated, event driven , Interactive CLI module. Seeli aims to give you the tools to compose A command line interface the way you want it, and otherwise, stays out of your way. -- + - [Caporal.js](https://github.com/mattallty/Caporal.js) : A full-featured framework for building command line applications (cli) with node.js, including help generation, colored output, verbosity control, custom logger, coercion and casting, typos suggestions, and auto-complete for bash/zsh/fish. - [args](https://github.com/leo/args) : Toolkit for building command line interfaces.