Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanxi123-com/goswagger

One command to view beautiful documentation from a Swagger-compliant API.
https://github.com/yanxi123-com/goswagger

api-documentation open-api swagger swagger-ui

Last synced: 10 days ago
JSON representation

One command to view beautiful documentation from a Swagger-compliant API.

Awesome Lists containing this project

README

        

## goswagger

One command to view beautiful documentation from a Swagger-compliant API.

#### Install:

```bash
go get github.com/yanxi-me/goswagger/goswagger
```

Make sure that GOBIN environment variable is set, and it is included in PATH environment variable.

#### Usage:

```bash
goswagger your/swgger/json/path [port]

# example
goswagger api-examples/pet-store.json
```