mirror of
https://github.com/shadawck/awesome-cli-frameworks.git
synced 2026-03-09 07:22:15 -05:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user