pckr
v0.2.1
Published
A module to allow packaging up a module along with symlinked dependencies so it can be re-installed in another context (docker container, another machine etc.).
Downloads
4,215
Readme
pckr
A module to allow packaging up a module along with symlinked dependencies so it can be re-installed in another context (docker container, another machine etc.).
Install
$ npm install pckr
Command Line
pckr pack //packs current module
pckr pack --production //packs current module ignoring any non-production symlinked dependencies
pckr install //install module symlinked dependencies