0.0.2 • Published 8 years ago

cp-install v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

cp-install

Codeship Status for juicyarts/cp-install

what the heck?

Cp-install is a module that lets you run npm install over child process spawn. We had Memory Problems runnning default npm install on our ci maschines and searched for a way to keep the memory usage lower. child_process.spwan did the thing..

install

$ npm install cp-install -g You should install this plugin globaly so that you can use it all over.

usage

`$ cp-install If no package.json given in specific path you will get an error