pkg-install

Simplify Node.js package installation directly from source code.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A wrapper making installation of Node.js packages from code easier

Commands

pkg-install

Examples

install a package from local directory$ pkg-install ./my-package
install package from git repository$ pkg-install https://github.com/user/package.git
install package and add to dependencies$ pkg-install ./my-package --save
install package globally from source$ pkg-install -g ./my-package
install package with specific version or tag$ pkg-install https://github.com/user/package.git#v1.0.0