@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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. 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 infrastructure helpers as `PrismaClient`, `Logger` and client util for handy requests.
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
- ### 7. Scaffolded `React queries` for all controller methods
185
+ ### 6. Scaffolded `React queries` for all controller methods
187
186
 
188
187
  Also works out of the box! ✨
189
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.15.7",
3
+ "version": "0.15.8",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",