- A CLI package to convert Open API spec files to SwaggerUI HTML outputs.
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.