openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
How to generate multiple services by tags
How to generate multiple services by tags?
Instead of just one service.

it does work now - it creates ${Tag}Service ('Service' - by default but could replaced) per each Tag
In my case - I need to select only specific Tags to generate :(