skmtcdocs

Stock generators reference

Per-generator reference for the generators shipped under @skmtc/gen- — what each produces, its enrichments, and its clone seams.

New here? Read the overview for what the stock generators are and how to use them as starting points to clone and edit.

Catalog

GeneratorProduces
@skmtc/gen-typescriptTypeScript type aliases from OpenAPI schemas and GraphQL types
@skmtc/gen-zodZod validation schemas from OpenAPI schemas
@skmtc/gen-valibotValibot validation schemas from OpenAPI schemas
@skmtc/gen-arktypeArkType validation schemas from OpenAPI schemas
@skmtc/gen-mswMSW (Mock Service Worker) route handlers for an OpenAPI spec
@skmtc/gen-expressExpress route registrations from an OpenAPI spec
@skmtc/gen-supabase-honoHono route registrations targeting Supabase Edge Functions
@skmtc/gen-tanstack-query-fetch-zodTanstack Query hooks (useQuery, useMutation) with fetch and Zod
@skmtc/gen-tanstack-query-supabase-zodTanstack Query hooks using Supabase's Postgrest-style client
@skmtc/gen-shadcn-formReact form components using shadcn/ui form primitives
@skmtc/gen-shadcn-selectReact searchable-select component sourced from a GET endpoint
@skmtc/gen-shadcn-tableReact data-table component sourced from a GET list-response endpoint

On this page