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
4.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/)| TBD | Major release with breaking changes (no fallback)
91
92
3.4.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.4.0-SNAPSHOT/)| 01.11.2018 | Minor release (breaking changes with fallbacks)
For **Windows** users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g.
After downloading the JAR, run `java -jar openapi-generator-cli.jar help` to show the usage.
@@ -346,6 +347,24 @@ cd /vagrant
346
347
./run-in-docker.sh mvn package
347
348
```
348
349
350
+
### [1.7 - NPM](#table-of-contents)
351
+
352
+
There is also an [NPM package wrapper](https://github.com/HarmoWatch/openapi-generator-cli), available.
353
+
Please see the [docs](https://github.com/HarmoWatch/openapi-generator-cli) there for more information.
354
+
355
+
Install it globally to get the CLI available on the command line:
356
+
357
+
```sh
358
+
npm install @harmowatch/openapi-generator-cli -g
359
+
openapi-generator version
360
+
```
361
+
362
+
Or you install it as dev-dependency like this:
363
+
364
+
```sh
365
+
npm install @harmowatch/openapi-generator-cli -D
366
+
```
367
+
349
368
## [2 - Getting Started](#table-of-contents)
350
369
351
370
To generate a PHP client for [petstore.yaml](https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml), please run the following
@@ -482,6 +501,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in
-[RepreZen API Studio](https://www.reprezen.com/swagger-openapi-code-generation-api-first-microservices-enterprise-development)
@@ -501,6 +521,9 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in
501
521
- 2018/06/27 - [Lessons Learned from Leading an Open-Source Project Supporting 30+ Programming Languages](https://speakerdeck.com/wing328/lessons-learned-from-leading-an-open-source-project-supporting-30-plus-programming-languages) - [William Cheng](https://github.com/wing328) at [LinuxCon + ContainerCon + CloudOpen China 2018](http://bit.ly/2waDKKX)
502
522
- 2018/07/19 - [OpenAPI Generator Contribution Quickstart - RingCentral Go SDK](https://medium.com/ringcentral-developers/openapi-generator-for-go-contribution-quickstart-8cc72bf37b53) by [John Wang](https://github.com/grokify)
503
523
- 2018/08/22 - [OpenAPI Generatorのプロジェクト構成などのメモ](https://yinm.info/20180822/) by [Yusuke Iinuma](https://github.com/yinm)
524
+
- 2018/10/31 - [A node package wrapper for openapi-generator](https://github.com/HarmoWatch/openapi-generator-cli)
0 commit comments