@blockscoped/swagger-convert-to-html

A tiny library to generate static html from swagger.json

Usage no npm install needed!

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

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