https://github.com/indexzero/fgnpmr
For those special times when replicating npm just won't cut it
https://github.com/indexzero/fgnpmr
Last synced: about 1 year ago
JSON representation
For those special times when replicating npm just won't cut it
- Host: GitHub
- URL: https://github.com/indexzero/fgnpmr
- Owner: indexzero
- License: mit
- Created: 2013-04-05T06:01:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T21:36:35.000Z (about 13 years ago)
- Last Synced: 2025-03-08T07:07:27.692Z (over 1 year ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fgnpmr
======
For those special times when replicating npm just won't cut it:
``` js
//
// ### 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.
//
```
#### Author: [Charlie Robbins](https://github.com/indexzero)
#### License: MIT