Skip to content

Instantly share code, notes, and snippets.

@rzymek
Last active December 23, 2020 14:13
Show Gist options
  • Save rzymek/c8884cc3c9bc2af3ebbed17393570758 to your computer and use it in GitHub Desktop.
Save rzymek/c8884cc3c9bc2af3ebbed17393570758 to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -rf src/api
npx @openapitools/openapi-generator-cli generate \
-i http://localhost:8080/v2/api-docs \
-g typescript-fetch \
-o src/api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment