Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```