swagger2html
v1.0.0
Published
A cli package to convert Open API spec files to swagger ui html outputs
Downloads
10
Maintainers
Readme
swagger2html
- A CLI package to convert Open API spec files to SwaggerUI HTML outputs.
Usage
npx swagger2html <input.json/yaml> <output.html>
- The input json/yaml file has api documentation in the format of OAS.
- The <output.html> file is produced after executing the script.