Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T23:33:36.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:06:40.509Z (9 months ago)
- Topics: document, postman
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- 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
```