This package contains a template, partials and styles for bootprint to convert JSON-schema files into a static HTML-page.
npm install -g bootprint
npm install -g bootprint-swagger
bootprint swagger http://petstore.swagger.io/v2/swagger.json target
The directory "target" should now contain a file index.html
and main.css
which contain a readble
form of the Swagger-Petstore-Example.
More documentation coming soon