You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ This will download and save the swagger.yaml, and later on use the file to gener
117
117
|| specify what particular tags should be generated. Use `,` as the separator for multiple tags |
118
118
|| use `all` to emit all as a service per tag |
119
119
|`-m`/`--skipModule`| skip creating the index file with module export |
120
+
|`-g`/`--skipGuards`| skip creating type guards and guarded service |
120
121
121
122
<small>\* The author of the commit will be `api-client-generator <api-client-generator@flowup.cz>`.
122
123
If there are any staged changes in your repository, the generator will halt pre-generation with an error to prevent including your changes in the automatic commit.\*</small>
"gen:all": "npm run gen-custom && npm run gen-esquare && npm run gen-gcloud-firestore && npm run gen-github && npm run gen-filtered-api && npm run gen-pet-store && npm run gen-with-all-tags",
57
+
"gen:all": "npm run gen-custom && npm run gen-custom-without-guards && npm run gen-esquare && npm run gen-gcloud-firestore && npm run gen-github && npm run gen-filtered-api && npm run gen-pet-store && npm run gen-with-all-tags",
0 commit comments