Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Transform your postman collection to HTML/Markdown documentation

License

NotificationsYou must be signed in to change notification settings

thedevsaddam/docgen

Repository files navigation

Transform your postman collection to HTML/Markdown documentation

Task screenshot

Installation/Update on Mac/Linux

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

Uninstallation

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

Windows

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

Binary link

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 usedocgen 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 usedocgen 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 usedocgen build -i input-postman-collection.json -o ~/Downloads/index.html
  • To make Markdown documentation usedocgen build -i input-postman-collection.json -o ~/Downloads/index.md -m

Demo markdown API documentation

Contributor

  1. Anondo

Contribution

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

License

Thedocgen is an open-source software licensed under theMIT License.

About

Transform your postman collection to HTML/Markdown documentation

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2025 Movatter.jp