cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

give direct access to the generator #232

Closed mojoaxel closed 2 years ago

mojoaxel commented 2 years ago

This makes it possible to to not only use the cli but call the generator directly from within custom build scripts. This is useful for more complex setups and does not harm the existing cli functionality.