https://github.com/soontao/postman-docx-generator
Generate word document from postman collection JSON file
https://github.com/soontao/postman-docx-generator
document postman
Last synced: 9 months ago
JSON representation
Generate word document from postman collection JSON file
- Host: GitHub
- URL: https://github.com/soontao/postman-docx-generator
- Owner: Soontao
- License: mit
- Created: 2018-09-07T04:47:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T23:33:36.000Z (over 3 years ago)
- Last Synced: 2025-06-01T13:34:22.931Z (10 months ago)
- Topics: document, postman
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postman document generator
## development
```bash
virtualenv --python=python3 env
```