mcmatan / swagger-to-static

Converts a JSON or YML swagger spec to a static HTML page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Converts a JSON or YML swagger spec to a static HTML page


Languages

Language:HTML 59.4%Language:JavaScript 40.6%