alioygur/postman2html 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

alioygur/postman2html

最新稳定版本:v1.3

Composer 安装命令:

composer require alioygur/postman2html

包简介

postman collection to html

README 文档

README

Generating html file from a postman collection file. it is useful for API documentation.

Installation

This library is available via Composer

composer global require "alioygur/postman2html=~1.0"

Usage

Simple example of usage

postman2html render location-of-postman-collection-file.json

Custom output file location and name, instead of default

postman2html render location-of-postman-collection-file.json path/to/apidoc.html

Help

postman2html help render

Output of postman2html help render command

Usage:
 render inputfile [outputfile]

Arguments:
 inputfile             input file
 outputfile            output file (default: "output.html")

Options:
 --help (-h)           Display this help message.
 --quiet (-q)          Do not output any message.
 --verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug.
 --version (-V)        Display this application version.
 --ansi                Force ANSI output.
 --no-ansi             Disable ANSI output.
 --no-interaction (-n) Do not ask any interactive question.

统计信息

  • 总下载量: 54
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-09