feat: Implement custom Clean Architecture generation using Mustache templates for domain and data layers

This commit is contained in:
didavila
2026-03-23 12:36:11 +01:00
parent 5ff88d8cf6
commit 11b30e61fc
2 changed files with 285 additions and 38 deletions

View File

@@ -23,7 +23,8 @@
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"mustache": "^4.2.0"
},
"engines": {
"node": ">=14.0.0"