UNPKG

create-express-mvt

Version:

This is a boiler-plate creator for expressJS in an MVT format. Each Router-domain has its own Model,View & Routes.

5 lines (4 loc) 178 B
const routes=require('./route'); const model=require('./models'); // Routes are exported as they have all the neccesity information to create a module.exports.routes=routes;