stencil icon indicating copy to clipboard operation
stencil copied to clipboard

feat: auto generate swagger decorators

Open techsavvyash opened this issue 7 months ago • 4 comments

Description

Write a parser to read through the controller definitions, look for @Query() and @Body() decorators in function signature and generate corresponding swagger decorators like @ApiQuery(), @ApiResponse() and @ApiRequest().

This should be a CLI command, something like stencil add swagger.

Ref: #2

techsavvyash avatar Jul 08 '24 12:07 techsavvyash