Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

npmrc manager

License

NotificationsYou must be signed in to change notification settings

RecuencoJones/npmrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmrc

A CLI to manage multiple npmrc files

Install

from brew

brew tap RecuencoJones/tapbrew install npmrc

Later you can upgrade with

brew upgrade npmrc

from releases

  • Download the file for your distribution
  • Extract it to getnpmrc
  • Make it available in your path

from source

git clone https://github.com/RecuencoJones/npmrccd npmrcgo get -t ./...go install ./...

Usage

npmrc <command>Available commands:use, u      Select a profileview, v     View a profilelist, ls    List available profilesedit, ed    Create or update profilescopy, cp    Copy profilesremove, rm  Remove a profilehelp, h     Display this messageversion     Display version

Configuration

Env variableDefault valueDescription
NPMRC_DIR~Directory where profiles will be stored
EDITORviEditor to use for creating/editing profiles
VIEWERcatViewer to use for viewing profiles

Profile name rules

  • Profile name must not start with.
  • Profile name must not contain spaces
  • Profile name must be of at least 1 character length

Check regex at regexr.com


[8]ページ先頭

©2009-2025 Movatter.jp