openapi-generator-cli
openapi-generator-cli copied to clipboard
A node package wrapper for https://github.com/OpenAPITools/openapi-generator
This fixes generated clients being owned by root when using runDocker
Hey, i am curious, is it possible to add ES Modules support to TS/JS generators? Right now it is possible to generate es6 modules, but Node.js recently adopted ES Modules...
Is it necessary to have 15 dependencies? I'm just using typescript-axios, so I'm not sure why nestjs/core needs to be added to my node_modules
As the new axios HttpModules respects the environment variables HTTP_PROXY, HTTPS_PROXY and NO_PROXY, there is no need to configure it explicitly anymore. This fixes issue #390
# 🐛 Bug Report: ### Describe the bug When using latest typescript template with react app, the latest typescript template (6.0.1) has typescript issues, while 6.0.0 was ok. ### Steps...
When I have a `package.json` file like this: ```json { "name": "example", "version": "1.0.0", "description": "example", "keywords": [], "license": "MIT", "main": "index.js", "scripts": {}, "devDependencies": { "@openapitools/openapi-generator-cli": "2.3.3" } }...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [chalk](https://redirect.github.com/chalk/chalk) | [`4.1.2` -> `5.6.2`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.6.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.32.0` -> `8.18.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.18.0) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/OpenAPITools/openapi-generator-cli). ## Config Migration Needed - [ ]...
Running docker containers as root is considered a security issue. Fixes #647.