- Notifications
You must be signed in to change notification settings - Fork138
Transform your postman collection to HTML/Markdown documentation
License
NotificationsYou must be signed in to change notification settings
thedevsaddam/docgen
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Transform your postman collection to HTML/Markdown documentation
curl https://raw.githubusercontent.com/thedevsaddam/docgen/v3/install.sh -o install.sh \&& sudo chmod +x install.sh \&& sudo ./install.sh \&& rm install.sh
curl https://raw.githubusercontent.com/thedevsaddam/docgen/v3/uninstall.sh -o uninstall.sh \&& sudo chmod +x uninstall.sh \&& sudo ./uninstall.sh \&& rm uninstall.sh
For windows download the binary and set environment variable so that you can access the binary from terminal
- Live postman collection to documentation
- Build postman collection to html/markdown documentation
- Supports multi-level collection build
- To view live HTML documentation from postman collection use
docgen server -f input-postman-collection.json -p 8000This 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 -mThis 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
Your suggestions will be more than appreciated.Read the contribution guide here
See allcontributors
Thedocgen is an open-source software licensed under theMIT License.
About
Transform your postman collection to HTML/Markdown documentation
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.
