@node-cli/npmrc
v1.2.9
Published
Toggle different npmrc configuration files on the fly
Downloads
357
Readme
Node CLI npmrc package
Npmrc allows you to toggle different npmrc configuration files on the fly.
Installation
> npm install --global @node-cli/npmrcExamples
Create a profile from the current .npmrc file
> npmrc -c my-profileList profiles handled by npmrc
> npmrc -lUpdate an existing profile with the current .npmrc file
> npmrc -uSwitch to an existing profile handled by npmrc
> npmrc my-profileDelete a profile handled by npmrc
> npmrc -d my-profileGet help
> npmrc --helpLicense
MIT © Arno Versini
