openapiv3-to-typescript

Crates.ioopenapiv3-to-typescript
lib.rsopenapiv3-to-typescript
version0.1.1
sourcesrc
created_at2024-06-01 12:23:49.318172
updated_at2024-06-01 12:26:22.791749
descriptionGenerate TypeScript from OpenAPIv3
homepage
repositoryhttps://github.com/bosukas/openapiv3-to-typescript
max_upload_size
id1258652
size25,384
Lukas (bosukas)

documentation

README

openapiv3-to-typescript

openapiv3-to-typescript is a Rust-based tool designed to generate TypeScript types directly from OpenAPI v3 schemas.

Create an instance of Generator to parse types.

Installation

[dependencies]
openapiv3-to-typescript = ".."

Contribution

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

Commit count: 15

cargo fmt