@kozojs/cli 0.1.7 → 0.1.8
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@ kozo my-app
|
|
|
17
17
|
|
|
18
18
|
- 🚀 **Interactive Setup** - Choose database, template, and more
|
|
19
19
|
- 📦 **Zero Config** - Works out of the box
|
|
20
|
-
-
|
|
20
|
+
- ⚡ **uWS-powered** - Native C++ route matching, 17,510 req/s
|
|
21
21
|
- 🛡️ **Type-safe** - Full TypeScript inference with Zod
|
|
22
|
-
-
|
|
22
|
+
- 🔥 **Fast Validation** - Ajv validation + fast-json-stringify serialization
|
|
23
23
|
- 📚 **OpenAPI Auto-gen** - Swagger docs out of the box
|
|
24
24
|
- 🗄️ **Drizzle ORM** - Best-in-class database toolkit
|
|
25
25
|
|