Skip to content

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.