UNPKG

js-mvc-app

Version:

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

4 lines 112 B
#!/usr/bin/env node declare function main(): Promise<void>; export { main }; //# sourceMappingURL=index.d.ts.map