nscoop
v0.0.1
Published
Install portable cross-platform executable binaries via NPM
Downloads
2
Maintainers
Readme
nscoop
Install portable cross-platform executable binaries via NPM.
What does it mean?
When building a cross-compiled portable binaries which works on Windows, Linux, Mac etc., how to distribute them to users? When a new release published, how to let users update the binary?
nscoop
makes it easy to install or update binaries directly from github releases.
But, Why NPM?
- NPM already installed on almost developers
- Works across any platform.
- NPM makes binary available on
$PATH
. Your app works immeditly after installation.