mugen/postman2doc
Composer 安装命令:
composer require mugen/postman2doc
包简介
Convert postman collection.json to markdown/html/docx.
README 文档
README
Introduction
It ia a convert postman collection.json to simple markdown/html/docx document tool.
Installation
You can install it with following command. recommended to install to the global, and you need to add global composer vendor/bin to the PATH.
composer global require mugen/postman2doc
Usage
The following command can convert a file named 'postman_collection.json'.
postman2doc convert /path/to/postman_collection.json
OR you can run postman2doc directly, then you will see the command I/O.
If you want convert to html & docx document, use following command.
postman2doc convert /path/to/postman_collection.json --html --docx --no-md
OR
postman2doc convert:html /path/to/postman_collection.json postman2doc convert:docx /path/to/postman_collection.json
If convert success, you will receive a system notification, then you can see the document file at same folder.
Features
Convert postman collection.json to...
✓ markdown ✓ HTML ✓ docx ✘ PDF
License
Released under the MIT license
Thanks
This tool is base on laravel-zero
统计信息
- 总下载量: 378
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 31
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-27