men-api-scaffold
Version:
A CLI to scaffold a MEN stack API project using ES6 modules.
27 lines (26 loc) • 655 B
JSON
{
"name": "men-api-scaffold",
"version": "1.0.5",
"description": "A CLI to scaffold a MEN stack API project using ES6 modules.",
"keywords": [
"cli",
"scaffold",
"api",
"express",
"node",
"mongodb",
"es6",
"starter"
],
"license": "MIT",
"author": "Roberto Gomez Fabrega <rgfrasta@gmail.com>",
"bin": {
"men-api-scaffold": "./create.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Rober040992/myNode-express-updated-scaffold.git"
},
"homepage": "https://github.com/Rober040992/myNode-express-updated-scaffold.git#readme"
}