verc
v1.0.100000004
Published
Verdaccio automatic .rc file
Readme
verc
Verc allows you to automatically update your global .npmrc file with multiple registries.
Usage
You can install verc globally and use it as a command line.
yarn
yarn global add vercnpm
npm -G install vercVerc is friends with the postinstall lifecycle hook.
You can hook it into your projects to automatically update packages for you:
{
"name": "my-important-project",
"scripts": {
"postinstall": "verc update"
}
}