1 | # privacy
|
2 |
|
3 | CLI utility to modify a package.json to use a private npm registry
|
4 |
|
5 | helpful for publishing lots of private packages
|
6 |
|
7 | ## usage
|
8 |
|
9 | in a module's directory:
|
10 |
|
11 | set module's registry to http://artifacts.foo.com/api/npm/npm-local & add a proprietary license file
|
12 | $ privacy -r http://artifacts.foo.com/api/npm/npm-local -l "(c) 2015 Foo, Inc."
|