NOTE: I am not supporting the project. If you want to take over, just ask to be added as an owner. Peace + love.
A simple page to generate documentation from postman collections
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 install
npm run watch
- You can run the web app with any simple http server. For instance,
python -m SimpleHTTPServer
will let you access it in localhost:8000/index.html to generate and view docs. - have fun ;-)