acacode / swagger-typescript-api

Generate the API Client for Fetch or Axios from an OpenAPI Specification
MIT License
3.37k stars 361 forks source link

feat: add extra-templates modular approach #849

Open vkefallinos opened 3 months ago

Mahdhir commented 3 months ago

Coincidentally was working on the same thing 4 hours ago 😆

vkefallinos commented 3 months ago

Nice. I also want to add the ability to handle the generated file naming on the default templates.

Mahdhir commented 3 months ago

Nice. I also want to add the ability to handle the generated file naming on the default templates.

You might want to take a look at hooks. Seems like you can handle your scenarios in that.