Skip to content

tomsdoo/openapi-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openapi-view

It's a local server for ad hoc view of open api spec.

installation

with npm:

npm install openapi-view

with homebrew:

brew install tomsdoo/brew/openapi-view

usage

http://localhost:(port) will be opened.

openapi-view --spec some-spec.yml

Note
use npx on local installation