UNPKG

@ressjs/create-ress-app

Version:

CLI tool for creating ress.js applications

7 lines (6 loc) 212 B
export interface CreateAppOptions { template: string; typescript: boolean; skipInstall?: boolean; } export declare function createApp(projectName?: string, options?: CreateAppOptions): Promise<void>;