@alevnyacow/nzmt 0.15.7 → 0.15.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ npm i inversify zod reflect-metadata @alevnyacow/nzmt
|
|
|
33
33
|
|
|
34
34
|
# 3. Initialize NZMT (once)
|
|
35
35
|
npx nzmt init prismaClientPath:@/app/generated/prisma/client
|
|
36
|
+
# it scaffolded `nzmt.config.json`, infrastructure, client utils, etc.
|
|
36
37
|
|
|
37
38
|
# 4. Scaffold CRUD API for `User` entity
|
|
38
39
|
npx nzmt crud-api user
|
|
@@ -177,13 +178,11 @@ Works out of the box. ✨
|
|
|
177
178
|
|
|
178
179
|
Works out of the box. ✨
|
|
179
180
|
|
|
180
|
-
### 5. Scaffolded
|
|
181
|
-
|
|
182
|
-
### 6. Scaffolded `Route handlers` in `/app/api`
|
|
181
|
+
### 5. Scaffolded `Route handlers` in `/app/api`
|
|
183
182
|
|
|
184
183
|
Works out of the box. ✨
|
|
185
184
|
|
|
186
|
-
###
|
|
185
|
+
### 6. Scaffolded `React queries` for all controller methods
|
|
187
186
|
|
|
188
187
|
Also works out of the box! ✨
|
|
189
188
|
|