@nilejs/nile 0.0.3 → 0.0.4
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ npx @nilejs/cli new my-app
|
|
|
29
29
|
cd my-app && bun install && bun run dev
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
The CLI also includes generators for adding services and
|
|
32
|
+
The CLI also includes generators for adding services, actions, and extracting Zod schemas with TypeScript types. See [`@nilejs/cli`](./cli/README.md) for details.
|
|
33
33
|
|
|
34
34
|
### Manual install
|
|
35
35
|
|