UNPKG

roocommander

Version:

Bridge Claude Code skills to Roo Code with intelligent orchestration. CLI tool + Custom Mode + 60+ production-tested skills for Cloudflare, AI, Frontend development.

14 lines 378 B
import { Command } from 'commander'; /** * Main CLI Program * * Defines all commands and global options for roocommander. */ declare const cli: Command; /** * Smart auto-init when no command provided * Detects installation status and offers appropriate actions */ export declare function handleNoCommand(): Promise<void>; export { cli }; //# sourceMappingURL=cli.d.ts.map