Skip to content

Verc allows you to automatically update your global .npmrc file with multiple registries.

Notifications You must be signed in to change notification settings

callmeteus/verc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 verc

npm

npm -G install verc

Verc 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"
  }
}

About

Verc allows you to automatically update your global .npmrc file with multiple registries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published