Update README.md

This commit is contained in:
Maël Nison
2023-08-25 16:50:52 +02:00
committed by GitHub
parent 56dc0a7530
commit 0c39afebc4

View File

@@ -153,6 +153,8 @@ etc.
## [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [Clipanion](https://mael.dev/clipanion) : Official CLI framework powering both the Yarn CLI - one of the most complex command-line tool in the ecosystem - and small internal scripts. Clipanion is designed with type safety in mind, and leverages a syntax as idiomatic as possible to avoid cluttering your code with boilerplate.
- [Oclif](https://github.com/oclif/oclif) : Oclif is a framework for building CLIs in Node.js. This framework was built out of the Heroku CLI but generalized to build any custom CLI. It's designed both for single-file CLIs with a few flag options, or for very complex CLIs that have subcommands (like git or heroku).
- [Commander.js](https://github.com/tj/commander.js/) : The complete solution for node.js command-line interfaces.