Commander.js CLI framework patterns including Command class, options, arguments, nested subcommands, and Option class usage. Use when building Node.js CLIs, implementing Commander.js commands, creating TypeScript CLI tools, adding command options/arguments, or when user mentions Commander.js, CLI commands, command options, or nested subcommands.
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
examples/advanced-option-class.mdexamples/basic-usage.mdexamples/nested-commands-demo.mdexamples/options-arguments-demo.mdscripts/extract-command-help.shscripts/generate-command.shscripts/generate-subcommand.shscripts/test-commander-cli.shscripts/validate-commander-structure.shtemplates/basic-commander.jstemplates/basic-commander.tstemplates/command-with-arguments.tstemplates/command-with-options.tstemplates/commander-with-inquirer.tstemplates/commander-with-validation.tstemplates/commonjs-commander.jstemplates/full-cli-example.tstemplates/nested-subcommands.tstemplates/option-class-advanced.tstemplates/package.json.template