@@ -59,49 +59,26 @@ $ openapi --help
5959 $ openapi --input ./spec.json --output ./generated --client xhr
6060```
6161
62- ## Docker usage
62+ ## Documentation
6363
64- To build the Docker container, execute the following command:
6564
66- ```
67- docker build . --tag openapi-typescript-codegen
68- ```
65+ The main documentation can be found in the [ openapi-typescript-codegen/wiki] ( https://github.com/ferdikoomen/openapi-typescript-codegen/wiki )
6966
70- After this is done, you can execute the CLI commands:
67+ ## Sponsors
7168
72- ```
73- docker run openapi-typescript-codegen --help
74- docker run openapi-typescript-codegen --input sample.yaml --output client
75- ```
7669
77- Documentation
78- ===
79- - [ Basic usage] ( docs/basic-usage.md )
80- - [ OpenAPI object] ( docs/openapi-object.md )
81- - [ Client instances] ( docs/client-instances.md ) ` --name `
82- - [ Argument vs. Object style] ( docs/arguments-vs-object-style.md ) ` --useOptions `
83- - [ Enums vs. Union types] ( docs/enum-vs-union-types.md ) ` --useUnionTypes `
84- - [ Runtime schemas] ( docs/runtime-schemas.md ) ` --exportSchemas `
85- - [ Enum with custom names and descriptions] ( docs/custom-enums.md )
86- - [ Nullable props (OpenAPI v2)] ( docs/nullable-props.md )
87- - [ Authorization] ( docs/authorization.md )
88- - [ External references] ( docs/external-references.md )
89- - [ Canceling requests] ( docs/canceling-requests.md )
90- - [ Custom request file] ( docs/custom-request-file.md )
91-
92- Support
93- ===
94- - [ Babel support] ( docs/babel-support.md )
95- - [ Axios support] ( docs/axios-support.md )
96- - [ Angular support] ( docs/angular-support.md )
97- - [ Node-Fetch support] ( docs/node-fetch-support.md )
70+ 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
71+
72+ If you're from an enterprise looking for a fully managed SDK generation, please consider our sponsor:
73+
74+ <a href =" https://speakeasyapi.dev/?utm_source=ferdi+repo&utm_medium=github+sponsorship " >
75+ <img alt="speakeasy" src="https://storage.googleapis.com/speakeasy-design-assets/ferdi-sponsorship.png" width="640"/>
76+ </a >
9877
9978[ npm-url ] : https://npmjs.org/package/openapi-typescript-codegen
10079[ npm-image ] : https://img.shields.io/npm/v/openapi-typescript-codegen.svg
10180[ license-url ] : LICENSE
10281[ license-image ] : http://img.shields.io/npm/l/openapi-typescript-codegen.svg
103- [ coverage-url ] : https://codecov.io/gh/ferdikoomen/openapi-typescript-codegen
104- [ coverage-image ] : https://img.shields.io/codecov/c/github/ferdikoomen/openapi-typescript-codegen.svg
10582[ downloads-url ] : http://npm-stat.com/charts.html?package=openapi-typescript-codegen
10683[ downloads-image ] : http://img.shields.io/npm/dm/openapi-typescript-codegen.svg
10784[ build-url ] : https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master
0 commit comments