swagger-convert-to-html

A tiny library to generate static html from swagger.json

Usage no npm install needed!

<script type="module">
  import swaggerConvertToHtml from 'https://cdn.skypack.dev/swagger-convert-to-html';
</script>

README

SwaggerToHtml

A simple node.js script to convert from swagger 2.0 to static HTML

Usage:

node SwaggerToHtml <swaggerfile> <targetdir>

It Converts a swagger-definition file into a static html-page.