aizatto / export-postman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate documentation

go run main.go file.postman_collection.json

Automatically Run

If using gomon

~/go/bin/gomon "**.go" -- go run main.go file.json

Convert to other file format (using Pandoc)

https://pandoc.org/getting-started.html

pandoc file.md -f markdown -t docx -s -o api.docx
pandoc file.md -f markdown -t html -s -o api.html

About


Languages

Language:Go 100.0%