Skip to content

Instantly share code, notes, and snippets.

@itoz
Created July 23, 2020 08:59
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 itoz/aadbcc888914d394f2b8016160caa6b6 to your computer and use it in GitHub Desktop.
Save itoz/aadbcc888914d394f2b8016160caa6b6 to your computer and use it in GitHub Desktop.
openapi-generator generate \
-i ./doc/swagger_spec.yaml \
-g typescript-axios \
-o ./client/ \
-c ./swagger/web/config.json \
-t ./swagger/web/template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment