nestjs-mongodb-ddd-template

0.1.0 • Public • Published

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 files

Note

Fork this module and edit the templates if you want to use it.

Package Sidebar

Install

npm i nestjs-mongodb-ddd-template

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

13.3 kB

Total Files

13

Last publish

Collaborators

  • fdorantesm