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
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,17 @@ Forked from [openapi-typescript-codegen](https://github.com/ferdikoomen/openapi-
10
10
> Node.js library that generates Typescript clients based on the OpenAPI specification.
11
11
12
12
## Why?
13
-
- Frontend ❤️ OpenAPI, but we do not want to use JAVA codegen in our builds
14
-
- Quick, lightweight, robust and framework-agnostic 🚀
15
-
- Supports generation of TypeScript clients
16
-
- Supports generations of Fetch, Node-Fetch, Axios, Angular and XHR http clients
17
-
- Supports OpenAPI specification v2.0 and v3.0
18
-
- Supports JSON and YAML files for input
19
-
- Supports generation through CLI, Node.js and NPX
20
-
- Supports tsc and @babel/plugin-transform-typescript
21
-
- Supports aborting of requests (cancelable promise pattern)
22
-
- Supports external references using [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser/)
13
+
14
+
- Frontend ❤️ OpenAPI, but we do not want to use JAVA codegen in our builds
15
+
- Quick, lightweight, robust and framework-agnostic 🚀
16
+
- Supports generation of TypeScript clients
17
+
- Supports generations of Fetch, Node-Fetch, Axios, Angular and XHR http clients
18
+
- Supports OpenAPI specification v2.0 and v3.0
19
+
- Supports JSON and YAML files for input
20
+
- Supports generation through CLI, Node.js and NPX
21
+
- Supports tsc and @babel/plugin-transform-typescript
22
+
- Supports aborting of requests (cancelable promise pattern)
23
+
- Supports external references using [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser/)
23
24
24
25
## Install
25
26
@@ -59,12 +60,10 @@ $ openapi --help
59
60
60
61
## Documentation
61
62
62
-
63
63
The main documentation can be found in the [openapi-typescript-codegen/wiki](https://github.com/ferdikoomen/openapi-typescript-codegen/wiki)
64
64
65
65
## Sponsors
66
66
67
-
68
67
If you or your company use the OpenAPI Typescript Codegen, please consider supporting me. By sponsoring I can free up time to give this project some love! Details can be found here: https://github.com/sponsors/ferdikoomen
69
68
70
69
If you're from an enterprise looking for a fully managed SDK generation, please consider our sponsor:
0 commit comments