UNPKG

create-volo-app-temp

Version:

CLI tool to create a new Volo app with Firebase Auth, Postgres, and Cloudflare deployment

9 lines 285 B
interface CreateOptions { template: string; skipPrereqs: boolean; verbose: boolean; databasePreference?: string; } export declare function createApp(projectName: string | undefined, options: CreateOptions): Promise<void>; export {}; //# sourceMappingURL=create.d.ts.map