orval banner
orval-labs orval-labs

orval

Development community intermediate

Description

`orval` generates type-safe JS clients (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in `yaml` or `json` formats.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[](https://badge.fury.io/js/orval)

[](https://opensource.org/licenses/MIT) [](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) [](https://snyk.io/advisor/npm-package/orval) [](https://gurubase.io/g/orval)

Generate Typescript clients from OpenAPI specification!

Code Generation

`orval` generates type-safe JS clients (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in `yaml` or `json` formats.

[!IMPORTANT] Version [8.0.0+](https://orval.dev/docs/versions/v8) comes with a lot of improvements and changes please see the [Migration Guide](https://orval.dev/docs/versions/v8)

Supported clients

`generate` models, requests, hooks, [mocks](https://mswjs.io/) and more, for these supported clients:

Samples

You can find some samples below:

...