8000 GitHub - thedevsaddam/docgen-bin: Transform your postman collection to html documentation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

thedevsaddam/docgen-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docgen binary

Transform your postman collection to html documentation

Download

OS x86 x86_64
Mac Download Download
Linux Download Download
Windows Download Download

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

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

Available features

  • Live postman collection to documentation
  • Build postman collection to HTML/Markdown documentation
  • Supports multi-level collections

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 M 573C arkown 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

Screenshot

Docgen

About

Transform your postman collection to html documentation

Resources

Stars

Watchers

Forks

Packages

No packages published
0