@alevnyacow/nzmt 0.31.0 → 0.31.2
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 +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,15 +11,20 @@
|
|
|
11
11
|
|
|
12
12
|
Scaffold full-stack modules in Next.js in seconds with **Next Zod Modules Toolkit (NZMT)**.
|
|
13
13
|
|
|
14
|
-
Get a DDD-inspired architecture with a contract-first approach out of the box. NZMT also comes with useful infrastructure like DI, logging, unified errors, and endpoint guards.
|
|
14
|
+
Get a DDD-inspired architecture with a contract-first approach out of the box. NZMT also comes with useful infrastructure like DI, logging, in-memory stores, unified errors, and endpoint guards.
|
|
15
15
|
|
|
16
16
|
Batteries included!
|
|
17
17
|
|
|
18
|
-
|
|
19
18
|
# TL;DR
|
|
20
19
|
|
|
21
20
|
Initialize NZMT once, run the scaffolder, and tweak a few files to get a production-ready backend usable via Server Actions with ready-to-use React Query hooks.
|
|
22
21
|
|
|
22
|
+
# Playground
|
|
23
|
+
|
|
24
|
+
(may not work on Safari)
|
|
25
|
+
|
|
26
|
+
https://stackblitz.com/edit/nzmt-playground?file=app%2Fpage.tsx
|
|
27
|
+
|
|
23
28
|
# Quick start with Prisma
|
|
24
29
|
|
|
25
30
|
Assuming you have
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alevnyacow/nzmt",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.2",
|
|
4
4
|
"description": "Next Zod Modules Toolkit",
|
|
5
5
|
"keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolding", "zod", "rest", "contract programming", "contract-first", "react-query", "ddd", "domain-driven"],
|
|
6
6
|
"repository": {
|