ThejanW / docgen

Transform your postman collection to HTML/Markdown documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docgen

Transform your postman collection to html documentation

Task screenshot

Installation

go get -u github.com/thedevsaddam/docgen

Mac

brew tap thedevsaddam/cli https://github.com/thedevsaddam/homebrew-cli.git
brew install docgen

Linux/Windows

Download binary

Available features

  • Live postman collection to documentation
  • Build postman collection to html/markdown documentation
  • Supports multi-level collection build

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 HTML documentation use docgen build -i input-postman-collection.josn -o ~/Downloads/index.html
  • To build a Markdown documentation use docgen build -i input-postman-collection.josn -o ~/Downloads/index.md -m

See example API markdown documentation

Author

  1. Sajib Sikder
  2. Saddam H

Contributor

  1. Anondo

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.

About

Transform your postman collection to HTML/Markdown documentation

License:MIT License


Languages

Language:Go 93.0%Language:Shell 7.0%