Skip to content

This is a sbt plugin to generate a Swagger YAML/JSON file based on annotation

License

Notifications You must be signed in to change notification settings

y-yu/sbt-swagger-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-swagger-meta

CI Maven Central

This is a sbt plugin to generate a Swagger YAML/JSON file based on annotations.

How to Use

  1. ./project/plugins.sbt

    addSbtPlugin(com.github.y-yu" % "sbt-swagger-meta" % "0.2.0")
    
    • if you want to use a SNAPSHOT version, you write following.
      addSbtPlugin(com.github.y-yu" % "sbt-swagger-meta" % "0.2.1-SNAPSHOT")
      
  2. build.sbt

    enablePlugins(SbtSwaggerMeta)
    

See also ./example and ./src/sbt-test directories.

License

MIT

About

This is a sbt plugin to generate a Swagger YAML/JSON file based on annotation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages