ai-templates
Version:
CLI tool for generating AI templates for different frameworks and tools
10 lines • 386 B
TypeScript
export declare class TemplateGenerator {
private templatesDir;
constructor();
selectAI(): Promise<string>;
selectCategory(): Promise<string>;
selectFramework(category: string): Promise<string>;
generateTemplate(ai: string, category: string, framework: string): Promise<void>;
}
export declare function runCLI(): Promise<void>;
//# sourceMappingURL=index.d.ts.map