-
Notifications
You must be signed in to change notification settings - Fork 4
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
Allow file generation exclusion #32
Comments
I've shuffled over the code for a while now and it would seem that individual file responsibility is delegated to the client generators? So this might be a bit of a fuzz to implement. Assuming that's correct:
|
@Nirei Thanks for your comments and thoughts. Yes, that's right, generators do currently take on the responsibility of writing all of their files. There is a It's interesting to consider whether generators should be responsible for outputting their own files... I think that's still the right approach, as there could be a variety of mechanisms for outputting files. The Are you keen to try implementing this? |
Why, yes! I can sure give it a try 😄 |
It would be nice to have some mechanism to exclude certain files from being generated.
For example, a list of files in some kind of
.openapi-generator-plus-ignore
file. This would come in handy when you only need a part of an implementation or don't want certain files (i.e.: a README or impl file) to regenerate each time the command is run.The text was updated successfully, but these errors were encountered: