1.0.0 • Published 8 years ago

swagger-to-md v1.0.0

Weekly downloads
29
License
MIT
Repository
github
Last release
8 years ago

node-swagger-to-md stability

npm version build status test coverage downloads js-standard-style

Transform swagger to markdown. Output is sorted alphabetically.

Usage

Usage: swagger-to-md <swagger>

Options:
  -h, --help        Output usage information
  -v, --version     Output version number
  -y, --yaml        Use swagger YAML instead of JSON

Examples:
  $ swagger-to-md spec.json      # Transform swagger to markdown
  $ swagger-to-md < spec.json    # Transform swagger to markdown
  $ swagger-to-md -y spec.yaml   # Transform swagger yaml to markdown

Docs: https://github.com/TabDigital/node-swagger-to-md
Bugs: https://github.com/TabDigital/node-swagger-to-md/issues

Example output

Installation

$ npm install swagger-to-md

See Also

License

MIT