1.2.0 • Published 6 years ago

swagger2markdown v1.2.0

Weekly downloads
31
License
MIT
Repository
github
Last release
6 years ago

swagger2markdown

Build Status Maintainability Test Coverage

CLI tool that allows to transform swagger definition file to markdown.

The main difference from other available tools - it renders menu and detailed examples.

Installation

npm i -g swagger2markdown

Usage

Usage: swagger2markdown -swagger [string] -markdown [string] -p [boolean]

Options:
  --swagger, -s        Path to swagger file                           [required]
  --markdown, -m       Path to output markdown file                   [required]
  --prependHeader, -p  Should produce raw markdown or add render-related header                                                  [boolean] [default: true]
1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago