mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Added info about additional dependency
This commit is contained in:
parent
826ae82dc1
commit
5d51951aab
@ -20,6 +20,7 @@
|
||||
- Supports JSON and YAML files for input
|
||||
- Supports generation through CLI, Node.js and NPX
|
||||
- Supports tsc and @babel/plugin-transform-typescript
|
||||
- Supports aborting of requests (cancelable promise pattern)
|
||||
- Supports external references using [`json-schema-ref-parser`](https://github.com/APIDevTools/json-schema-ref-parser/)
|
||||
|
||||
## Install
|
||||
@ -463,6 +464,7 @@ in order to compile and run this client, you will need to install the `node-fetc
|
||||
|
||||
```
|
||||
npm install @types/node-fetch --save-dev
|
||||
npm install abort-controller --save-dev
|
||||
npm install node-fetch --save-dev
|
||||
npm install form-data --save-dev
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user