cli-kit
cli-kit copied to clipboard
Everything you need to create awesome Node.js command line interfaces
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@lukekarrys) 5c8efbc #565...
It would be helpful if a command could control parent context things such as whether or not to show the banner. A command can override the banner, but can't control...
In order to use **cli-kit** with TypeScript projects, I would really like to see **type declarations** for this project (https://www.typescriptlang.org/docs/handbook/2/type-declarations.html).
[commander](https://github.com/tj/commander.js/tree/master/examples) and [yargs](https://github.com/yargs/yargs/tree/master/example), have an examples directory that shows how to build different CLIs using them. It would be good to have that in cli-kit I imagine we want something...