UNPKG

@excli/express

Version:

A cli tool for creating Express.js applications, supporting both JavaScript and TypeScript.

5 lines (4 loc) 327 B
export declare const directories: string[]; export declare function terminate(message: string): void; export declare function database(db: string, name: string): string | null; export declare function installPackages(pkgManager: string, targetDir: string, language: string, devTools: string[], dirName: string): Promise<void>;