Convert a JSON or YML swagger spec to a static HTML file.
- 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
This is merely a js port of this gist. All credits to this guy.