hughsk / envify

:wrench: Selectively replace Node-style environment variables with plain strings.
902 stars 57 forks source link

Warn or Throw on missing env variable #19

Open ggarek opened 9 years ago

ggarek commented 9 years ago

I have added logic to be aware of missing variables. It helps me, hope it would be helpful for others too.

tjconcept commented 9 years ago

+1 on this feature. I do checks in most of my build scripts for the same reason.

arv commented 8 years ago

This would be very useful.

Is there any plan to merge this?