A simple page to generate documentation from postman collections
https://rowasc.github.io/docman/
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
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 ;-)