Skip to content

A simple page to generate documentation from postman collections | Fork from https://github.com/davidevernizzi/docman | See it in action at :

License

Notifications You must be signed in to change notification settings

rowasc/docman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docman

A simple page to generate documentation from postman collections

See it in action:

https://rowasc.github.io/docman/

Features:

  1. Generate nice HTML documentation for all your postman collections.
  2. Option to download zip files with the generated documentation.
  3. Handles postman "directories"
  4. Handles GET,POST,HEAD,OPTIONS,PUT

Example collections:

  1. https://www.getpostman.com/collections/00967c5647fd01ba7f90

To hack

  1. npm install
  2. npm run watch
  3. 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.
  4. have fun ;-)

About

A simple page to generate documentation from postman collections | Fork from https://github.com/davidevernizzi/docman | See it in action at :

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • HTML 5.5%
  • CSS 5.0%