Skip to content

Instantly share code, notes, and snippets.

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 heartforit/73f025a741f53a56a120b1fa55c99730 to your computer and use it in GitHub Desktop.
Save heartforit/73f025a741f53a56a120b1fa55c99730 to your computer and use it in GitHub Desktop.
generate.sh
java -jar swagger-codegen-cli-2.3.1.jar generate -i swagger.json -o client-generated-folder -l javascript --additional-properties useInheritance=true,useES6=true,usePromises=true -t ./templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment