You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,30 @@
1
1
# openapi-tools
2
2
3
-
A CLI tool to work with OpenAPI specifications, including generation, validation, and more.
3
+
**openapi-tools** is a small toolbox for slicing, validating and generating code from OpenAPI specifications. It ships as a command line utility so you can keep your API definitions tidy and reusable.
4
4
5
-
## Usage Example
5
+
## Features
6
6
7
-
Below is a quick example using the OpenAPI Pet Store:
7
+
-**Filter paths** – create a minimal spec containing only the operations you care about.
8
+
-**Generate Zod schemas** – produce TypeScript models ready for runtime validation.
0 commit comments