0.0.1 • Published 4 years ago

nscoop v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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.

How does nscoop work?

Requirements

Installation

Inspriration

What kind of apps can nscoop install?