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.
A tiny library to generate static html from swagger.json
<script type="module">
import swaggerConvertToHtml from 'https://cdn.skypack.dev/swagger-convert-to-html';
</script>
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.