1.1.0 • Published 2 years ago

swagger-to-static v1.1.0

Weekly downloads
68
License
ISC
Repository
github
Last release
2 years ago

swagger-to-static

Convert a JSON or YML swagger spec to a static HTML file.

Usage

  • Install using npm install --save swagger-to-static
  • Run using ./node_modules/swagger-to-static/index.js path/to/swagger.yml path/to/output/directory

Credits

This is merely a js port of this gist. All credits to this guy.