UNPKG

vibe-cli-tool

Version:

VibeCLI v1.9 - 模板商店生态,智能部署生成,多语言支持,交互式学习系统,企业级Web全栈应用CLI工具

10 lines 305 B
interface CreateOptions { template?: string; database?: 'postgresql' | 'mysql' | 'sqlite'; force?: boolean; auth?: boolean; admin?: boolean; } export declare function createApp(projectName: string, options: CreateOptions): Promise<void>; export {}; //# sourceMappingURL=create.d.ts.map