0.0.3 • Published 7 years ago

swagger2code v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

swagger2code

Generate templates in a different way from swagger-codegen

Usage

$ swagger2code -i [swagger file] -t [template dir] -o [output dir]

Options
  --input, -i     Swagger file (.json or .yaml)
  --template, -t  Template Directory
  --output, -o    Output Directory (Default: ./dist)
  --language, -l  set output's Extension (.js, .rb, .cs, ...)