UNPKG

js-mvc-app

Version:

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

5 lines 275 B
import { ProjectConfig } from '../../types'; export declare function getDockerfile(config: ProjectConfig): string; export declare function getDockerCompose(config: ProjectConfig): string; export declare function getDockerIgnore(): string; //# sourceMappingURL=docker.d.ts.map