@alevnyacow/nzmt 0.14.0 → 0.14.1
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 +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,10 +57,11 @@ npx nzmt crud-api user
|
|
|
57
57
|
This will generate:
|
|
58
58
|
|
|
59
59
|
- `User` entity
|
|
60
|
-
- `UserStore` contract
|
|
61
|
-
- `UserService`
|
|
62
|
-
- `UserController`
|
|
63
|
-
-
|
|
60
|
+
- `UserStore` contract with `RAM` and `Prisma` implementations
|
|
61
|
+
- `UserService` with all business methods
|
|
62
|
+
- `UserController` with ready-to-use API endpoints
|
|
63
|
+
- Fully typed `UserAPI` contract (endpoints + DTOs) for client usage
|
|
64
|
+
- API `route handlers` inside your `app` folder
|
|
64
65
|
|
|
65
66
|
All code is editable - you stay in full control.
|
|
66
67
|
|