This project checks the maven repository once a day for a new version and automatically makes it available as an npm package.
npm install @harmowatch/openapi-generator-cli -D
npm install @harmowatch/[email protected] -D
or
npm install @harmowatch/[email protected] -D
{
"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.