UNPKG

@tachui/cli

Version:

Tacho CLI - Comprehensive developer tooling for tachUI

8 lines 229 B
/** * Tacho CLI - Init Command * * Initialize new TachUI projects with smart templates and Phase 6 features */ import { Command } from 'commander'; export declare const initCommand: Command; //# sourceMappingURL=init.d.ts.map