Add OpenAPI client generator NPM script

This commit is contained in:
2025-04-26 20:30:06 +02:00
parent 2a8399624f
commit 142cff1807

View File

@@ -6,7 +6,8 @@
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test",
"generate-openapi": "npx openapi-generator-cli generate -i http://localhost:8080/q/openapi -g typescript-angular -o src/app/openapi --additional-properties fileNaming=kebab-case --generate-alias-as-model"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {