mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 263 forks source link

GitHub Releases Mirror #509

Open n1ru4l opened 4 years ago

n1ru4l commented 4 years ago

Would this package accept a pull request that supports using GitHub releases as a mirror? It is a cost-free alternative compared to S3 and also better introspectable as all binaries are simply listed in the release overview.

daniellockyer commented 2 years ago

I also wanted this for node-sqlite3 so I ended up fixing up https://github.com/bchr02/node-pre-gyp-github/ and switched to that - works fine 🙂