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
docgen server -f input-postman-collection.json -p 8000
This will open the html version of postman collection to the defined portdocgen server -f input-postman-collection.json -p 8000 -m
This will open the markdown version of postman collection to the defined portdocgen build -i input-postman-collection.json -o ~/Downloads/index.html
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
The docgen is an open-source software licensed under the MIT License.