UNPKG

js-mvc-app

Version:

A CLI tool to scaffold complete Node.js MVC projects with TypeScript, just like Laravel

5 lines 321 B
import { ProjectConfig } from '../../types'; export declare function getNestJSMain(config: ProjectConfig): string; export declare function getNestJSAppModule(config: ProjectConfig): string; export declare function getNestJSPackageJson(projectName: string, config: ProjectConfig): string; //# sourceMappingURL=app.d.ts.map