Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkemishub/arke-zod
Generate zod schemas with arke-zod cli
https://github.com/arkemishub/arke-zod
Last synced: 19 days ago
JSON representation
Generate zod schemas with arke-zod cli
- Host: GitHub
- URL: https://github.com/arkemishub/arke-zod
- Owner: arkemishub
- License: apache-2.0
- Created: 2024-09-03T22:49:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:50:54.000Z (4 months ago)
- Last Synced: 2024-09-18T01:21:14.497Z (4 months ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Arke Zod
![arke-zod](https://github.com/user-attachments/assets/e3495f0c-5c78-4e7f-b445-ab28d903c66a)
Turn arke structs into zod schemas
## Usage
> **Note:** Before using this tool, make sure you have created a project following the guide below.
```
npx arke-zod@latest pull
```## Managing projects
There are several commands you can use to manage your projects.
```
npx arke-zod@latest list - list all your projects
npx arke-zod@latest create - create a new project
npx arke-zod@latest update - update a project
npx arke-zod@latest delete - remove a project
```