Skip to content

fsuhrau/buffalo-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger-file Generator for Buffalo (WIP)

This is a plugin for the buffalo generator. It could be used to generate a swagger file form an existings buffalo api project.

Installation

$ go get -u github.com/fsuhrau/buffalo-swagger

Usage

$ buffalo generate swagger /path/to/project api.json

todos

  • project path should be optional normally it should be relative to the current working dir
  • paths for api endpoints should be extracted out of the app.go
  • generate valid yaml file
  • update to OpenAPI 3.0

known issues:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages