@drzl/generator-arktype
v1.2.0
Published
<div align="center">
Downloads
612
Readme
@drzl/generator-arktype
ArkType schemas from your Drizzle analysis (insert / update / select).
💚 Sponsor DRZL
DRZL is crafted nights & weekends. Sponsorships keep the generators fast, tested, and free.
- Every dollar speeds up CI hardware and offsets long test runs on my aging laptop.
- Sponsors get roadmap input and priority responses in GitHub Issues.
- Prefer a quick overview? Check
docs/sponsor.mdfor the current goals and thank-yous.
Use
Add to drzl.config.ts:
generators: [{ kind: 'arktype', path: 'src/validators/arktype' }];Output
Insert<Table>Schema,Update<Table>Schema,Select<Table>Schema- Optional
indexbarrel - Shared vs inlined schemas supported
Notes
- Formatting integrates with Prettier/Biome (via
format.engine: 'auto').
