Skip to content

yewton/swagger-pseudo-live-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger-pseudo-live-preview

You can edit your swagger spec file with your favorite editor and preview it in a brower!

Usage

Consider /path/to/spec-file/ is the directory you put the swagger spec file.

The swagger spec file must be named swagger.yaml .

Run the following command:

docker run -d /path/to/spec-file:/editor/spec-files -p 3000:3000 yewton/swagger-pseudo-live-preview

Then go to http://<DOCKER_HOST>:3000 and you can see the preview of your spec file!

Demo

Demo

About

Edit swagger spec with your favorite editor and preview it in a browser!

Resources

Stars

Watchers

Forks

Packages

No packages published