CodeBrowser / npm / commander
commander@15.0.0
// the complete solution for node.js command-line programs
$ npm install commander
downloads/wk
420,539,276
license
MIT
version
15.0.0
published
May 29, 2026
What is commander?
Commander is a Node.js package that simplifies building command-line applications by handling argument parsing, option processing, and command routing. Developers use it to quickly define CLI commands with their associated options and arguments, reducing boilerplate code for programs that need to accept various flags and subcommands from users.
Keywords
#commander #command #option #parser #cli #argument #args #argv
Maintainers
shadowspawn, abetomo