Update internal swagger-codegen-cli to 3.0.63#15
Open
fanalin wants to merge 1 commit intosius:masterfrom
Open
Conversation
|
If anyone else is stuck because this package has not been updated for a while, here is how to replace the binary automatically : {
"scripts": {
"postinstall": "./scripts/postinstall.sh"
}
}Create an executable script in # download version 3.0.64 (latest) of swagger-codegen-cli and write it in the node_modules for swagger-nodegen-cli
curl -sS https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.64/swagger-codegen-cli-3.0.64.jar --output $(dirname "$0")/../node_modules/swagger-nodegen-cli/bin/swagger-codegen-cli-3.0.34.jarThis script will re-download the file every time you install your node modules. This repo is the official release for the binary. Check it if you want to update further versions and replace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
this PR updates the swagger-codegen-cli to 3.0.63. The newer swagger-codegen-cli fixes a lot of bugs.
The jar file was simply downloaded from maven central https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.63/swagger-codegen-cli-3.0.63.jar - there is also a checksum file to check the correctness of it.
Please consider accepting it and release a new version. TIA
Best regards
Matti