README
swagger-convert-to-html
It Converts a swagger-definition file into a static html-page.
Usage:
swagger-convert-to-html <swaggerfile> <targetfile>
Example:
swagger-convert-to-html swagger.json index.html
A tiny library to generate static html from swagger.json
<script type="module">
import blockscopedSwaggerConvertToHtml from 'https://cdn.skypack.dev/@blockscoped/swagger-convert-to-html';
</script>
swagger-convert-to-html <swaggerfile> <targetfile>
swagger-convert-to-html swagger.json index.html