gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
158 stars 12 forks source link

skip_files #71

Closed yorinasub17 closed 3 years ago

yorinasub17 commented 3 years ago

This introduces skip_files to boilerplate templates, which allow you to specify files that boilerplate should conditionally ignore. This is useful for boilerplate documentation files, as well as creating templates that conditionally render different snippets based on user input (e.g., data template files for the architecture catalog).

yorinasub17 commented 3 years ago

Thanks for the review! I believe I addressed all the comments and this is now ready for rereview!

yorinasub17 commented 3 years ago

Thanks for the approval! Will merge and release now.