hey-api / openapi-ts

✨ Turn your OpenAPI specification into a beautiful TypeScript client
https://heyapi.vercel.app
MIT License
634 stars 44 forks source link

Option for config filename #694

Open shaneporterappsbroker opened 1 week ago

shaneporterappsbroker commented 1 week ago

Description

Using a config file requires that the file is named openapi-ts.config.ts (or variants), but I'd like to use a specific filename (perhaps with the f option):

openapi-ts -f ./path/to/config.file.ts

Thanks for the consideration! (Great library; thanks!)