Manage multiple .npmrc configurations
The easy way to manage multiple .npmrc
configurations on a single machine.
$ npm install -g m-npmrc
or
$ yarn global add m-npmrc
Usage:
$ m-npmrc <command>
Commands:
add - add a new config
remove - remove an existing config
use - use an existing config
list - list your configs
edit - edit an existing config
NOTE: When you edit a configuration which is currently in use, the
.npmrc
file will be automatically updated