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

Disable hooks and shell helpers #45

Closed brikis98 closed 6 years ago

brikis98 commented 6 years ago

This PR adds --disable-hooks and --disable-shell arguments that can be used to disable hooks and shell commands, respectively. This is useful if you want to disable all “side effects” and solely have boilerplate generate code.