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

Support for template caching and `--template-source-map` CLI arg to override template source URLs #61

Open yorinasub17 opened 3 years ago

yorinasub17 commented 3 years ago

Inspired by https://github.com/gruntwork-io/terragrunt/issues/1138

Now that boilerplate templates can be remote, we should add support for caching the template sources and using local versions. This is useful when iterating during template development.

jyoder-deloitte commented 2 years ago

👍 This would be a welcome enhancement for our development!