Simplify Node.js package installation directly from source code.
A wrapper making installation of Node.js packages from code easier
pkg-install$ pkg-install ./my-package$ pkg-install https://github.com/user/package.git$ pkg-install ./my-package --save$ pkg-install -g ./my-package$ pkg-install https://github.com/user/package.git#v1.0.0