silverwind / updates

Flexible npm and poetry dependency update tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-detect custom registry

silverwind opened this issue · comments

Related to #19, examples:

.npmrc

registry=https://nexus.dev/repository/npm-proxy/
@mycompany:registry=https://myserver.dev/repository/npm-releases/

.yarnrc

registry "https://nexus.dev/repository/npm-proxy/"
"@mycompany:registry" "https://myserver.dev/repository/npm-releases/"