msfeldstein / gitignore

NPM package to automatically fetch gitignore files from github
MIT License
191 stars 12 forks source link

Support for HTTP_PROXY and HTTPS_PROXY env vars #20

Open ryaninvents opened 5 years ago

ryaninvents commented 5 years ago

I really want to start using this in my daily work, but unfortunately we're behind a corporate proxy.

The solution proposed in #18 seems to provide multiple discrete changes: proxy handling and CLI flags. I'd support a smaller change implementing at first only support for the env vars; then the remaining changes can be merged in.