README
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