@node-cli/npmrc
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Node CLI npmrc package

npm

Npmrc allows you to toggle different npmrc configuration files on the fly.

Installation

> npm install --global @node-cli/npmrc

Examples

Create a profile from the current .npmrc file

> npmrc -c my-profile

List profiles handled by npmrc

> npmrc -l

Update an existing profile with the current .npmrc file

> npmrc -u

Switch to an existing profile handled by npmrc

> npmrc my-profile

Delete a profile handled by npmrc

> npmrc -d my-profile

Get help

> npmrc --help

License

MIT © Arno Versini

/@node-cli/npmrc/

    Package Sidebar

    Install

    npm i @node-cli/npmrc

    Weekly Downloads

    1

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    49.6 kB

    Total Files

    31

    Last publish

    Collaborators

    • aversini