modurize
Version:
Intelligent CLI tool to scaffold dynamic, context-aware modules for Node.js apps with smart CRUD generation and database integration
30 lines (29 loc) • 709 B
JSON
{
"name": "modurize",
"version": "1.2.0",
"description": "Intelligent CLI tool to scaffold dynamic, context-aware modules for Node.js apps with smart CRUD generation and database integration",
"main": "lib/index.js",
"bin": {
"modurize": "./bin/modurize.js"
},
"keywords": [
"cli",
"module",
"nodejs",
"generator",
"typescript",
"testing",
"express",
"scaffold",
"crud",
"database",
"mongoose",
"sequelize",
"prisma",
"dynamic",
"intelligent"
],
"author": "Code Singer",
"license": "MIT",
"type": "module"
}