A simple page to generate documentation from postman collections
See it in action:
https://rowasc.github.io/docman/
Features:
Generate nice HTML documentation for all your postman collections.Option to download zip files with the generated documentation.Handles postman "directories"Handles GET,POST,HEAD,OPTIONS,PUT
Example collections:
To hack
npm installnpm run watch- You can run the web app with any simple http server. For instance,
python -m SimpleHTTPServerwill let you access it in localhost:8000/index.html to generate and view docs. - have fun ;-)