UNPKG

@excli/express

Version:

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

4 lines (3 loc) 253 B
export declare function hasPkManager(pkgM: string): boolean; export declare function fireShell(command: string, args: string[], targetDir?: string): Promise<unknown>; export declare function modifyPackageJson(targetDir: string, language: string): void;