Generate documentation in markdown from postman documentation.
npm install postman-to-markdown
!npm
This package generate markdown document from postman.
First export the collection from postman.
Save the collection file.
``npm`
npm install -g postman-to-markdown
Execute postman-to-markdown specifying the collection file, now you can specify the directory where the .md file will be generated, this path is optional.
`bash`
postman-to-markdown TwitterTracker.postman_collection.json /tmp
`
Reading file TwitterTracker.postman_collection.json
Generating markdown file ...
Documentation was created correctly /tmp/TwitterTracker.md
``
The package will create .md file.
Example of file generated example.md