0.1.0 • Published 2 years ago
nestjs-mongodb-ddd-template v0.1.0
DDD Generator
Description
This is a custom template to create slices using DDD and hex architecture in NestJS.
templates
├── domain
│   ├── entities
│   │   └── entity.hbs
│   └── interfaces
│       └── interface.hbs
├── infrastructure
│   ├── database
│   │   ├── models
│   │   │   └── model.hbs
│   │   ├── repositories
│   │   │   └── repository.hbs
│   │   └── services
│   │       └── service.hbs
│   └── http
│       └── controllers
│           └── controller.hbs
└── module.hbs
11 directories, 7 filesNote
Fork this module and edit the templates if you want to use it.