File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ Tired of hand-typing types for NestJS CQRS package? We got you covered!
77
88# Usage
99
10+ First install base ` @nestjs/cqrs ` package.
11+
12+ ``` sh
13+ $ npm i @nestjs/cqrs
14+ ```
15+
1016All you need to do, is to extend your query with type of expected response.
1117
1218``` typescript
Original file line number Diff line number Diff line change 3030 "bugs" : {
3131 "url" : " https://github.com/valueadd-poland/nestjs-packages/issues"
3232 },
33- "peerDependencies" : {
34- "@nestjs/common" : " ^7.6.0" ,
35- "@nestjs/core" : " ^7.6.0" ,
36- "@nestjs/cqrs" : " ^7.0.1" ,
37- "reflect-metadata" : " ^0.1.13" ,
38- "rxjs" : " ^6.4.0"
39- },
4033 "devDependencies" : {
4134 "@nestjs/common" : " ^7.6.0" ,
4235 "@nestjs/core" : " ^7.6.0" ,
You can’t perform that action at this time.
0 commit comments