Crates.io | openapiv3-to-typescript |
lib.rs | openapiv3-to-typescript |
version | 0.1.1 |
source | src |
created_at | 2024-06-01 12:23:49.318172 |
updated_at | 2024-06-01 12:26:22.791749 |
description | Generate TypeScript from OpenAPIv3 |
homepage | |
repository | https://github.com/bosukas/openapiv3-to-typescript |
max_upload_size | |
id | 1258652 |
size | 25,384 |
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.
[dependencies]
openapiv3-to-typescript = ".."
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.