Last Updated: February 06, 2018
·
2.757K
· thedevsaddam

Transform your postman collection to html documentation

Docgen

Transform your postman collection to html documentation

Task screenshot

Installation

go get -u github.com/thedevsaddam/docgen

Download binary

Available features

  • Live postman collection to documentation
  • Build postman collection to html documentation

Usage

  • To see live documentation from postman collection use docgen server -f input-postman-collection.json -p 8000 This will open the html version of postman collection to the defined port
  • To build a documentation use docgen build -i input-postman-collection.josn -o ~/Downloads/index.html

Author

  1. Sajib Sikder
  2. Saddam H

Contribution

Your suggestions will be more than appreciated.
Read the contribution guide here

See all contributors

License

The docgen is an open-source software licensed under the MIT License.