A TypeScript-first, runtime-agnostic command-line toolkit for building complex CLIs — featuring a command framework, argument parser, interactive prompts, tables, ANSI utilities, and more.
Stars
1.1k
Forks
77
Watchers
1.1k
Open Issues
67
Overall repository health assessment
No package.json found
This might not be a Node.js project
909
commits
5
commits
4
commits
3
commits
2
commits
2
commits
2
commits
2
commits
2
commits
2
commits
fix(command): correct argument type inference for mapped arguments (#868)
15c2028View on GitHubfix(keycode): handle paste bracket mode and improve escape sequence parsing (#866)
d35ebf2View on GitHubfix(flags): allow options after variadic options (#865)
132a437View on GitHubfix(command): move default command handling to parseCommand (#860)
c518882View on GitHubfix(flags): correct prototype assignments for error classes (#858)
b4b4b22View on GitHubfix(command): fix return type for action handler (#855)
a10b404View on GitHubfix(command): fix types for `generateShellCompletions` (#854)
5638ce3View on GitHubdocs(readme): update badge and add package table (#852)
763743aView on GitHubchore(node): update Node.js version to v24.x (#851)
cc47b36View on GitHubfix(command): only execute default command if no arguments have been defined (#850)
ab2f168View on GitHubdocs(examples): add `defaultText` option to example (#849)
3a55638View on GitHub