verc

1.0.100000003 • Public • Published

verc

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

/verc/

    Package Sidebar

    Install

    npm i verc

    Weekly Downloads

    28

    Version

    1.0.100000003

    License

    MIT

    Unpacked Size

    7.18 kB

    Total Files

    6

    Last publish

    Collaborators

    • prometeus