nim-nodex-init
Version:
nim-nodex-init is a powerful CLI tool that scaffolds a complete Node.js & Express.js app with your preferred database, ORM, authentication system, and organized folder structure — all in seconds.
64 lines (62 loc) • 1.59 kB
JSON
{
"name": "nim-nodex-init",
"version": "1.0.1",
"main": "server.js",
"description": "nim-nodex-init is a powerful CLI tool that scaffolds a complete Node.js & Express.js app with your preferred database, ORM, authentication system, and organized folder structure — all in seconds.",
"author":{
"name": "Zaynmiraj",
"email": "zayn.miraj@gmail.com",
"url": "https://github.com/zaynmiraj",
"portfolio": "https://zaynmiraj.com",
"linkedin": "https://www.linkedin.com/in/zaynmiraj/",
"organization": "NimCloud Systems",
"website": "https://nimcloudsystems.com"
},
"license": "ISC",
"bin": {
"nim-nodex-init": "./bin/index.js"
},
"scripts": {
"test": "npm start"
},
"keywords": [
"nim-nodex-init",
"nodejs",
"expressjs",
"cli",
"scaffold",
"nodejs scaffold",
"nodejs boilerplate",
"expressjs boilerplate",
"nodejs cli",
"expressjs cli",
"easy to use nodejs cli",
"zaynmiraj",
"nodejs cli tool",
"ZaYn Miraj",
"nodejs scaffold tool",
"nimcloud",
"nimcloud systems",
"mern stack",
"mern",
"reactjs",
"nextjs"
],
"dependencies": {
"inquirer": "^9.0.0",
"chalk": "^5.0.0",
"execa": "^7.0.0"
},
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zaynmiraj/nim-nodex-init.git"
},
"bugs": {
"url": "https://github.com/zaynmiraj/nim-nodex-init/issues"
},
"homepage": "https://github.com/zaynmiraj/nim-nodex-init#readme"
}