@alevnyacow/nzmt 0.18.8 → 0.18.9
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 +10 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,14 +15,17 @@ Get **a DDD-inspired architecture with a contract-first approach** — and Serve
|
|
|
15
15
|
|
|
16
16
|
**API, services, stores, entities, validation, and React Query hooks — all generated for you.** No framework. No lock-in. Just production-ready Next.js.
|
|
17
17
|
|
|
18
|
-
#
|
|
18
|
+
# TL;DR
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
- run the scaffolder (e.g. `npx nzmt crud-api user`)
|
|
22
|
-
- tweak a few files
|
|
23
|
-
- get ready-to-use React Query hooks and a backend usable via Server Actions
|
|
20
|
+
1\. initialize NZMT once
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
2\. run the scaffolder (e.g. `npx nzmt crud-api user`)
|
|
23
|
+
|
|
24
|
+
3\. tweak a few files
|
|
25
|
+
|
|
26
|
+
4\. get ready-to-use React Query hooks and a DDD-inspired backend usable via Server Actions
|
|
27
|
+
|
|
28
|
+
# Quick start with Prisma
|
|
26
29
|
|
|
27
30
|
## Setup
|
|
28
31
|
|
|
@@ -148,7 +151,7 @@ export default async function Page() {
|
|
|
148
151
|
}
|
|
149
152
|
```
|
|
150
153
|
|
|
151
|
-
#
|
|
154
|
+
# FAQ
|
|
152
155
|
|
|
153
156
|
## What does DDD-inspired mean?
|
|
154
157
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alevnyacow/nzmt",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.9",
|
|
4
4
|
"description": "Next Zod Modules Toolkit",
|
|
5
5
|
"keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolder", "zod", "rest", "contract programming", "react-query", "ddd", "domain-driven"],
|
|
6
6
|
"repository": {
|