1.2.1 • Published 2 years ago
@node-cli/npmrc v1.2.1
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