Creates a PDF from a Swagger JSON file.
npm install
node index.js "path to your Swagger.json file"
Also supports combining several Swagger JSON files into 1 output PDF:
node index.js "file1.json,file2.json,file3.json"
These are the current plans:
- code clean up
- further testing
- additional options for mark up
- phantom-html2pdf
If you've got value out of this and have ideas, please send pull requests.