gcanti/io-ts-codegen
Code generation for io-ts
Generates both runtime io-ts codecs and static TypeScript types from an intermediate schema language, enabling multi-source code generation from JSON Schema, Swagger, and other formats. Uses a builder API to construct type declarations with automatic dependency ordering via topological sort. Outputs ready-to-use io-ts validators alongside corresponding TypeScript interfaces and type aliases.
166 stars and 91,141 monthly downloads. No commits in the last 6 months. Available on npm.
Stars
166
Forks
14
Language
TypeScript
License
MIT
Category
Last pushed
Feb 24, 2023
Monthly downloads
91,141
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/gcanti/io-ts-codegen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
chrishoermann/zod-prisma-types
Generator creates zod types for your prisma models with advanced validation
unjs/knitwork
🧶 Utilities to generate safe JavaScript code.
microsoft/ts-gyb
Generating native code interfaces from TypeScript
retejs/rete-studio
A general-purpose code generation tool powered by Rete.js
mathiasbynens/regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or...