Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 416 Bytes

File metadata and controls

16 lines (16 loc) · 416 Bytes

Swagger Doc Server

Server for Swagger Doc Files

Install

$ npm install swagger_doc_server -g

Create a doc directory like the samples directory
samples/
├── pet.json
├── resource.json
├── store.json
└── user.json

Usage

$ swaggerdocserver --port <port> --dir <dir>