Jonathan van Wersch

Results 1 comments of Jonathan van Wersch

I'm using this script in my package.json at the moment ```"generate:api-spec": "curl http://localhost:8000/openapi.json -o openapi.json && npx @hey-api/openapi-ts && node scripts/convertToCamelCase.js"``` where scripts/convertToCamelCase.js is ``` const replaceInFiles = require("replace-in-files"); async...