@airoom/nextmin-node 0.1.0 → 0.1.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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ Schema‑driven Node.js toolkit that turns a JSON schema into a secure, policy
|
|
|
5
5
|
- “From JSON schema to REST API + Admin”
|
|
6
6
|
- 1 month → 1 hour
|
|
7
7
|
|
|
8
|
+
## Documentation
|
|
9
|
+
|
|
10
|
+
Read the full documentation at: https://nextmin.gscodes.dev/
|
|
11
|
+
|
|
8
12
|
## Highlights
|
|
9
13
|
|
|
10
14
|
- Express router factory: mount a complete REST API in a few lines
|