0.1.0 • Published 8 months ago

nestjs-mongodb-ddd-template v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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.

0.1.0

8 months ago

0.0.3

8 months ago

0.0.4

8 months ago

0.0.2

1 year ago

0.0.1

1 year ago