Skip to content

Instantly share code, notes, and snippets.

@muhiro12
Created February 21, 2020 14:52
Show Gist options
  • Save muhiro12/06a6f774454cd963d1f426e099f3dbac to your computer and use it in GitHub Desktop.
Save muhiro12/06a6f774454cd963d1f426e099f3dbac to your computer and use it in GitHub Desktop.
docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i local/openapi.yaml \
-g swift5 \
-o /local/openapi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment