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
160 stars 12 forks source link

The Shell helper now runs in the same directory as the template you call it in #26

Closed brikis98 closed 7 years ago

brikis98 commented 7 years ago

The shell helper now explicitly runs in the same folder as the file calling that helper. This makes it easier to use relative paths in the shell helper.

brikis98 commented 7 years ago

@josh-padnick I'm going to merge this one too.