docgen

Transform your postman collection to HTML/Markdown documentation

Github星跟踪图

Docgen

Transform your postman collection to HTML/Markdown documentation

Task screenshot

Installation on Mac/Linux

curl https://raw.githubusercontent.com/thedevsaddam/docgen/v3/install.sh -o install.sh && sudo chmod +x install.sh && sudo ./install.sh

Windows

For windows download the binary and set environment variable so that you can access the binary from terminal

Download binary

Available features

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

Usage

  • To view live HTML 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 view live Markown documentation from postman collection use docgen server -f input-postman-collection.json -p 8000 -m This will open the markdown version of postman collection to the defined port
  • To make HTML documentation use docgen build -i input-postman-collection.json -o ~/Downloads/index.html
  • To make Markdown documentation use docgen build -i input-postman-collection.json -o ~/Downloads/index.md -m

Demo markdown API 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.

Support on Beerpay

Hey dude! Help me out for a couple of :beers:!

Beerpay Beerpay

主要指标

概览
名称与所有者thedevsaddam/docgen
主编程语言Go
编程语言Shell (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2018-01-04 15:08:08
推送于2023-06-18 05:08:50
最后一次提交2019-01-23 15:29:43
发布数11
最新版本名称v3.3.0 (发布于 2022-01-26 00:02:28)
第一版名称v1.0 (发布于 2018-01-04 21:17:41)
用户参与
星数1k
关注者数15
派生数136
提交数115
已启用问题?
问题数51
打开的问题数24
拉请求数20
打开的拉请求数3
关闭的拉请求数6
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?