How to
Task-focused guides for common generator-authoring tasks, from adding a field type to composing with another generator.
Authoring an operation generator
Build a generator that produces one file per OpenAPI operation. We'll make a curl-command generator — concrete, useful, and exercises the patterns operation generators typically need.
How to add a field type
Add a new field renderer to a cloned form generator (e.g., `gen-shadcn-form`).