@alevnyacow/nzmt 0.0.3 → 0.0.5
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 +1 -23
- package/dist/index.cjs +422 -7061
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -6588
- package/dist/rslib-runtime.js +18 -6
- package/dist/zod-controller.utils.d.ts +5 -5
- package/package.json +4 -1
- package/dist/index.cjs.LICENSE.txt +0 -19
- package/dist/index.js.LICENSE.txt +0 -19
package/README.md
CHANGED
|
@@ -1,23 +1 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
## Setup
|
|
4
|
-
|
|
5
|
-
Install the dependencies:
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Get started
|
|
12
|
-
|
|
13
|
-
Build the library:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
npm run build
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
Build the library in watch mode:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
npm run dev
|
|
23
|
-
```
|
|
1
|
+
# NZMT - Next Zod Modules Toolkit
|