commander

Installation
SKILL.md

Commander.js

Trigger Scenarios

  • Quickly create CLI scaffolding
  • Define options and arguments
  • Create subcommands
  • Customize help information
  • TypeScript support

Quick Start

// 1. Install
npm install commander

// 2. Create CLI
const { Command } = require('commander');
const program = new Command();
Installs
3
Repository
openlark/skills
GitHub Stars
4
First Seen
Aug 8, 2026
commander — openlark/skills