# swagger-to-html
**Repository Path**: marslink/swagger-to-html
## Basic Information
- **Project Name**: swagger-to-html
- **Description**: Converts Swagger YAML to a static HTML document
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-22
- **Last Updated**: 2021-06-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Converts Swagger YAML to a static HTML document (needs: pip install PyYAML)
Forked from: https://gist.github.com/oseiskar/dbd51a3727fc96dcf5ed189fca491fb3
Usage:
```shell
python render.py < swagger.yaml > index.html
```