This package generate markdown document from postman.
First export the collection from postman.
Save the collection file.
npm install -g postman-to-markdown
Execute postman-to-markdown specifying the collection file.
postman-to-markdown TwitterTracker.postman_collection.json
Reading file TwitterTracker.postman_collection.json
Generating markdown file ...
Documentation was created correctly TwitterTracker.md
The package will create .md file.
Example of file generated example.md
If someone wants to add or improve something, I invite you to collaborate directly in this repository: postman-to-markdown
postman-to-markdown is released under the MIT License.