fgnpmr
v1.0.3
Published
For those special times when replicating npm just won't cut it
Downloads
7
Readme
fgnpmr
For those special times when replicating npm just won't cut it:
//
// ### function fgnpmr (opts)
// #### @opts {Object} Options to fgnpmr
// #### @opts.registry {string} Existing npm registry URL
// #### @opts.replica {string} Registry replica URL
// #### @opts.docs {Array} Set of docs to replicate.
// #### @opts.proxy {string} **Optional** Proxy URL
// #### @opts.log {Object} **Optional** Logger
// Replicates `opts.docs` from `opts.registry` to
// `opts.replica` BY SHEER FORCE OF WILL.
//