UNPKG

pr-sizewise

Version:

A CLI tool that measures and reports pull request sizes for GitHub and GitLab, helping teams maintain manageable code changes.

10 lines 283 B
import { Command } from 'commander'; /** * Setup analyze command (default) */ export declare function setupAnalyzeCommand(program: Command): void; /** * Setup init command */ export declare function setupInitCommand(program: Command): void; //# sourceMappingURL=commands.d.ts.map