ngrok
ngrok copied to clipboard
Allow specifying alternate bin and cache directories when downloading
I've been using ngrok inside a Lambda function and in that environment, writing to the node_modules directory is not allowed. Instead, I've been using this patch so that I can store download cache and binaries in the temp directory of the OS.
Rather than making the temp directory use explicit, I thought making it configurable would be better
P.S. Thank you for working on this project. We've been using it for a while and it works great!
@philnash would you mind considering this PR?