Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 547 Bytes

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.