aswi20220x00-gitlab/webapp/generate-api.sh @ ecb333b6
1 |
#!/bin/bash
|
---|---|
2 |
rm -rf api |
3 |
npx @openapitools/openapi-generator-cli generate \
|
4 |
-i http://localhost:8080/v3/api-docs \ |
5 |
-g typescript-axios \ |
6 |
-o api
|