@code-regenerator/core

Generator core


Keywords
axios, codegen, kubb, openapi, plugin-manager, react, react-query, swagger, typescript, zod
License
MIT
Install
npm install @code-regenerator/core@0.8.0

Documentation


Features

generate gif

  • Generates Axios calls for every endpoint, with typed payload.
  • Generates strong TypeScript types for every operation and property based on a specific OpenAPI specification.
  • Generates Zod schemas for every operation and property based on a specific OpenAPI specification.
  • Generates React-Query hook for every endpoint, with a typed payload based on the generated TypesScript types.
  • Plugin system to create your own implementation of an existing package or create a new integration(Angular Clients, Solid-Query, ...).