UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

8 lines 201 B
type Options = { cwd?: string; dev?: boolean; proxyPort?: number; }; export declare function webCommand(options: Options): Promise<void>; export {}; //# sourceMappingURL=webCommand.d.ts.map