gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
183 stars 16 forks source link

Add helper to read environment variables #32

Closed brikis98 closed 7 years ago

brikis98 commented 7 years ago

In a previous PR, I added a helper to set environment variables when using the shell helper or hooks. This PR adds a helper to read environment variables. The nice thing is that these helpers are composable: that is, you can use the helper to read env vars both with the shell helper and with hooks.

brikis98 commented 7 years ago

Merging this now.