When installing es-git with npm it only installs single binary package with corresponding .node for the platform I run install. Since one of major es-git advantages is having prebuilt binaries for all supported platforms, I would like to ship all binaries (or subset of them) with my application. What would be the best way to do that?
When installing
es-gitwith npm it only installs single binary package with corresponding.nodefor the platform I run install. Since one of majores-gitadvantages is having prebuilt binaries for all supported platforms, I would like to ship all binaries (or subset of them) with my application. What would be the best way to do that?