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

Add includes feature #65

Closed bwhaley closed 2 years ago

bwhaley commented 3 years ago

This PR adds an includes feature, allowing you to include templates within a template. This will help templates to be more DRY in the aws-architecture-catalog.

Right now I'm looking for feedback on the feature to make sure we're in agreement about how it should work. It may need some tweaking as I start using it while developing the architecture catalog.

bwhaley commented 3 years ago

Thanks for the review and for confirming this approach! I've incorporated most of your comments but still have more tests to add. I'm also planning to leave this open for further development.

yorinasub17 commented 2 years ago

Closing as this has been rolled into the partials feature.