cberg
Version:
Node.js Client for the Codeberg API
22 lines (21 loc) • 560 B
JSON
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.14.0",
"generators": {
"v1.0": {
"inputSpec": "#{cwd}/docs/openapi.json",
"generatorName": "typescript-axios",
"output": "#{cwd}/src",
"additionalProperties": {
"npmName": "berg",
"importFileExtension": ".js",
"supportsES6": true,
"useSingleRequestParameter": true,
"enablePostProcessFile": true
}
}
}
}
}