-
Notifications
You must be signed in to change notification settings - Fork 118
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
File existence control #30
Comments
Follows some API propositions. For the template API, the following could be possible:
Another way could be to enrich the
The latter could be a good start to a more modular
Which is readable as:
|
@Aluriak currently empty files are ignored by default Thanks for the modular structure suggestion, my plan is to use a similar structure for boilr with multiple files such as |
IMHO you should consider allowing both solutions : single file and multiple files. |
@Aluriak my main focus is not to bloat the features and increase the learning curve unless its not doable in a sane manner with the current feature set. Anybody familiar with json should be able to create a template in a matter minutes. Adding multiple options to do the same thing would increase maintenance burden and the learning curve But, like I said, if a use case is not possible without hacks, we need to provide a better solution. Hope it makes a bit more sense now |
Some files could possibly be useless in some cases, like a requirement file when user always choose the options that lead to no requirements.
I can't find anything about that.
The text was updated successfully, but these errors were encountered: