Docman
A simple page to generate documentation from postman collections
Install / Use
/learn @davidevernizzi/DocmanREADME
NOTE: I am not supporting the project. If you want to take over, just ask to be added as an owner. Peace + love.
docman
A simple page to generate documentation from postman collections
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:
- https://www.getpostman.com/collections/00967c5647fd01ba7f90
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 ;-)
