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 ability to skip dependencies #38

Closed brikis98 closed 6 years ago

brikis98 commented 6 years ago

This PR adds a new skip attribute to dependencies. If this attribute, which supports Go templating syntax, evaluates to true, the dependency will be skipped. This is useful for conditionally including/excluding dependencies.

brikis98 commented 6 years ago

Merging now. Feedback welcome!