pkg-install

Wrapper for easier installation of Node.js packages from 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 Node.js package from a local directory$ pkg-install /path/to/package
Install a package and save it as a dependency$ pkg-install /path/to/package --save
Install a package with specific options$ pkg-install /path/to/package --global