@excli/express
Version:
A cli tool for creating Express.js applications, supporting both JavaScript and TypeScript.
7 lines (6 loc) • 488 B
TypeScript
export declare const directories: string[];
export declare function terminate(message: string): void;
export declare function sleep(timer?: number): Promise<unknown>;
export declare function database(db: string, name: string): string | null;
export declare function packageJsonInit(pkgManager: string, targetDir: string, language: string): Promise<void>;
export declare function installPackages(pkgManager: string, targetDir: string, language: string, devTools: string[]): Promise<void>;