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.

30 lines (29 loc) 712 B
{ "name": "create-express-mvt", "publishConfig": { "@vector26:registry": "https://npm.pkg.github.com/" }, "keywords": [ "ExpressJS", "MVT" ], "repository": { "url": "git@github.com:Vector26/create-express-mvt.git" }, "version": "1.0.15", "description": "This is a boiler-plate creator for expressJS in an MVT format. Each Router-domain has its own Model,View & Routes.", "main": "handle.js", "bin": { "create-express-mvt": "./handle.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "vector26", "license": "ISC", "dependencies": { "fs-extra": "^10.0.0", "prompt-sync": "^4.2.0", "shelljs": "^0.8.4" } }