Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 279 Bytes

stripe-to-zod

A minimal project for generating Zod Schemas from Stripe OpenAPI spec

  • Clone repo
git clone https://github.com/christos97/stripe-to-zod && cd stripe-to-zod/
  • Install and generate schemas (src and cjs)
pnpm install && pnpm gen