mnahkies / openapi-code-generator

A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.
https://openapi-code-generator.nahkies.co.nz/
MIT License
17 stars 2 forks source link

Emit jsdoc based on descriptions, etc #156

Open mnahkies opened 4 months ago

mnahkies commented 4 months ago

Enhance developer experience by emitting jsdoc type comments using the documentation fields of the specification, to give richer information in the IDE about endpoint and fields