swagger-jsdoc-generator icon indicating copy to clipboard operation
swagger-jsdoc-generator copied to clipboard

Command line script that generates a swagger file based on jsdoc comments

Results 4 swagger-jsdoc-generator issues
Sort by recently updated
recently updated
newest added

I have a project with swagger-jsdoc. I've installed through `npm i swagger-jsdoc-generator` And, when I run `swagger-jsdoc-generator swagger.js` it responds `swagger-jsdoc-generator: command not My swagger.js is as it follows: ```...

The current version of swagger-jsdoc-generator is not compatible with OpenAPI 3. This field `"openapi": "3.0.0"` is present in the swagger definition but ignored by swagger-jsdoc. It also adds `"swagger": "2.0"`...

Nice work! Is this attempting to be a drop-in replacement for swagger-jsdoc v6 after they removed the cli? Old command: ``` swagger-jsdoc -d openapi.yml -o docs/openapi.json src/*.js src/**/*.js ``` New...

The bigger problem is that not only is the encoding broken, but the structure of the output json is also destroyed! If you enter Korean characters or Chinese characters, etc.,...