2.0.5 • Published 10 months ago
nest-project-boilerplate v2.0.5
Getting Started
This repository is boilerplate for creating module for NestJS project with DDD (Domain Driven Design) architecture
Install
npm install -g nest-project-boilerplate
then
npm i -g @nest/cli
Run
For the module-boilerplate
run this :
nest generate --collection nest-project-boilerplate module-boilerplate ModuleName
It will generate the structure like this
├── module-name
│ ├── controllers
│ │ └── module-name.controller.ts
│ ├── dtos
│ │ ├── module-name-create.dto.ts
│ │ ├── module-name-read.dto.ts
│ │ ├── module-name-update.dto.ts
│ │ └── index.ts
│ ├── helpers
│ │ └── module-name.helper.ts
│ ├── mappers
│ │ ├── module-name.mapper.ts
│ ├── repositories
│ │ └── module-name.repository.ts
│ ├── interfaces
│ │ └── module-name.interface.ts
│ ├── services
│ │ └── module-name.service.ts
│ ├── module-name.module.ts
Credits
Author Refi Fauzan
2.0.3
10 months ago
2.0.2
10 months ago
2.0.5
10 months ago
2.0.4
10 months ago
1.1.1
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.0
1 year ago
0.0.0
1 year ago