Last active
April 15, 2020 09:13
-
-
Save rzymek/569d2d1e8bee4594f0f89f6b2cb0a6cb 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
"scripts": { | |
"api": "openapi-generator generate -i http://localhost:8080/v2/api-docs -g typescript-fetch --skip-validate-spec -o src/api/" | |
}, | |
"devDependencies": { | |
"@openapitools/openapi-generator-cli": "^1.0.12-4.3.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment