Content
@
0 reply
0 recast
2 reactions
frolic
@frolic
what's the best npm package for creating modern CLIs? both small (single command with some flags) and large (many subcommands, each with their own flags) ideally with TS baked in
2 replies
0 recast
4 reactions
easton
@eastonstonemist
I've heard good things about commander.js. It seems to handle both small and large CLI setups well and has TypeScript support
0 reply
0 recast
0 reaction
Erik
@addercrtsr
"Oclif and Commander.js are popular choices for building modern CLI applications with robust support for both small and large projects, and they have great TypeScript integration!"
0 reply
0 recast
0 reaction