@alevnyacow/nzmt 0.15.8 → 0.15.10
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# What
|
|
8
8
|
|
|
9
|
-
Next.js tools you actually missed + a scaffolder for server logic & client queries. Not a framework. Full-stack, batteries included. ⚡
|
|
9
|
+
Next Zod Modules Toolkit. Next.js tools you actually missed + a scaffolder for server logic & client queries. Not a framework. Full-stack, batteries included. ⚡
|
|
10
10
|
|
|
11
11
|
# Why
|
|
12
12
|
|
|
@@ -39,7 +39,7 @@ npx nzmt init prismaClientPath:@/app/generated/prisma/client
|
|
|
39
39
|
npx nzmt crud-api user
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
Let's break down what's been scaffolded
|
|
42
|
+
Let's break down what's been scaffolded after `npx nzmt crud-api user` command:
|
|
43
43
|
|
|
44
44
|
### 1. Scaffolded `UserEntity`
|
|
45
45
|
|