-
Notifications
You must be signed in to change notification settings - Fork 22
2022年01月01日 One CLI several Open API files several supported output formats #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...irectory ot one file as well as several supported output formats
removed duplicate properties
Update pom.xml
removed duplicate properties version 2022年01月23日-SNAPSHOT
Thanks for the work though it's usually better to discuss first. It's pretty easy to do what you are suggesting with some simple bash scripting. Why would we want to add to the complexity of the library? (I haven't inspected your PR closely yet but I am curious).
Using bash script will be less efficient since a JVM will be created for each file it should consume more memory and IO then using only java,
I just liked your work and wanted to share mine.
Updated README.md pointing to relevant tests with more examples.
Improved converter and command line to support several Open API files in one directory or one Open API file as well as several supported output formats. Updated tests adding new edge cases and validations.