Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 454 Bytes

File metadata and controls

27 lines (17 loc) · 454 Bytes

Ghostpipe OpenAPI

Swagger UI with Ghostpipe support.

Swagger Demo

Try it

npm install -g ghostpipe
ghostpipe https://swagger.ghostpipe.dev <your_openapi_file>

Setup

npm install
npm run dev

Usage

(Assuming your openapi spec is in openapi.yml)

ghostpipe http://localhost:5173 openapi.yml

Open http://localhost:5173 to view the interactive API documentation.