js-mvc-app
Version:
A CLI tool to scaffold complete Node.js MVC projects with TypeScript, just like Laravel
8 lines • 469 B
TypeScript
export declare function getJavaScriptExpressApp(): string;
export declare function getJavaScriptExpressController(): string;
export declare function getJavaScriptExpressRoutes(): string;
export declare function getJavaScriptUserRoutes(): string;
export declare function getJavaScriptAuthMiddleware(): string;
export declare function getJavaScriptErrorHandler(): string;
export declare function getJavaScriptUserValidator(): string;
//# sourceMappingURL=express.d.ts.map