Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 347 Bytes

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.

NPM link