logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

npmrc.js - Switch between different .npmrc files

Description

       npmrc

              Switch between different .npmrc files with ease and grace.

   Usage:
       npmrc  list all profiles

       npmrc [name]
              change npmrc profile (uses fuzzy matching)

       npmrc -c [name]
              create a new npmrc profile called name

       npmrc -r [registry]
              use an npm mirror

   Availablemirrorsfornpmrc-r:
       au     - Australian registry mirror

       eu     - European registry mirror

       cn     - Chinese registry mirror

              default - Default registry

       Example:

              # Creating and activating a new .npmrc called "work": $ npmrc -c work

              #  Switch  between "work" and "default" $ npmrc work $ npmrc default # Use the European npm mirror
              $ npmrc -r eu

npmrc.js 1.1.1                                     March 2022                                        NPMRC.JS(1)

Name

       npmrc.js - Switch between different .npmrc files

See Also