0.3.0 • Published 11 months ago

swagger-viewer v0.3.0

Weekly downloads
9
License
MIT
Repository
github
Last release
11 months ago

swagger-viewer

A command line tool to view your swagger spec file.

To install, run npm install -g swagger-viewer.

To use: swagger-viewer [--open] [--port <port>] [--host <host>] [--] <spec-url | spec-path>

This tool accepts both swagger spec files and urls.

Example usage:

swagger-viewer swagger.yaml
swagger-viewer http://example.com/swagger.yaml
swagger-viewer --open -- swagger.yaml # open documentation in browser
swagger-viewer --port 8888 swagger.yaml # set listen port
0.2.11

1 year ago

0.3.0

11 months ago

0.2.9

6 years ago

0.2.7

6 years ago

0.2.0

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago