Skip to content

CLI tool to convert Zod schemas into shadcn/ui forms.

License

Notifications You must be signed in to change notification settings

ilyichv/shadcn-zod-form

Repository files navigation

shadcn-zod-form

Generate shadcn/ui forms from Zod schemas.

Features

  • Generate shadcn/ui forms from Zod schemas
  • Automatically map Zod types to appropriate form components
  • Easy-to-use CLI interface

Installation

npx shadcn-zod-form@latest init

Usage

npx shadcn-zod-form@latest generate ./path/to/zod/schema.ts

License

MIT

Contributing

Contributions are welcome! Please read CONTRIBUTING.md for more details.