UNPKG

quallaa-cli

Version:

Sets up core infrastructure services for AI-assisted development

5 lines 241 B
import { Command } from 'commander'; import { ProjectConfig } from '../../types'; export declare const setupCommand: Command; export declare function setupAllServices(config: ProjectConfig): Promise<void>; //# sourceMappingURL=index.d.ts.map