UNPKG

hexa-mod

Version:

CLI tool for generating modular NestJS applications with combined architecture (Hexagonal, DDD, Clean Code)

49 lines (48 loc) 1.21 kB
{ "name": "hexa-mod", "version": "1.0.8", "description": "CLI tool for generating modular NestJS applications with combined architecture (Hexagonal, DDD, Clean Code)", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/HansM7/hexa-mod.git" }, "homepage": "https://github.com/HansM7/hexa-mod#readme", "bugs": { "url": "https://github.com/HansM7/hexa-mod/issues" }, "bin": { "hexa-mod": "lib/index.js" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nestjs", "cli", "module-generator", "architecture", "hexagonal-architecture", "ddd", "clean-code", "nodejs", "typescript", "backend", "scalable-architecture", "boilerplate", "project-structure", "enterprise-architecture" ], "author": "Hans Melchor (https://github.com/HansM7)", "license": "MIT", "copyright": "© 2025 Hans Melchor. Todos los derechos reservados.", "dependencies": { "chalk": "^4.1.2", "commander": "^13.1.0", "inquirer": "^8.2.4" }, "engines": { "node": ">=16.0.0" } }