Skip to content

alexan/openapi-generator-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@harmowatch/openapi-generator-cli

This project checks the maven repository once a day for a new version and automatically makes it available as an npm package.

Installation

latest version

npm install @harmowatch/openapi-generator-cli -D

specific version

npm install @harmowatch/[email protected] -D

or

npm install @harmowatch/[email protected] -D

Usage

{
  "name": "your-cool-package",
  "version": "0.0.0",
  "scripts": {
    "openapi-generator:generate": "openapi-generator generate -i docs/openapi.yaml -g typescript-angular -o generated-sources/openapi --additional-properties=\"ngVersion=6.1.7\"",
  }
}

Further information about possible arguments you will find in the official openapi-generator docs.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • JavaScript 6.4%
  • Shell 0.1%