Last active
December 23, 2020 14:13
-
-
Save rzymek/c8884cc3c9bc2af3ebbed17393570758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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