Skip to content

Instantly share code, notes, and snippets.

@ROki1988
Created March 18, 2017 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ROki1988/528a6e5da4148915038fec4052aac83e to your computer and use it in GitHub Desktop.
Save ROki1988/528a6e5da4148915038fec4052aac83e to your computer and use it in GitHub Desktop.
description
[[snippets]]
description = "generate model from swagger"
command = "java -Dmodels -jar /usr/local/Cellar/swagger-codegen/2.2.2/libexec/swagger-codegen-cli.jar generate -i https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v2.0/yaml/uber.yaml -o ./ -l scala"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment