Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-06-30 | 371 Bytes | |
Support for scoped registry urls source code.tar.gz | 2018-06-30 | 30.5 kB | |
Support for scoped registry urls source code.zip | 2018-06-30 | 39.5 kB | |
Totals: 3 Items | 70.4 kB | 0 |
Now you can use npm-consider
with private registries via associating a scope with a registry
npm login --registry=http://reg.example.com --scope=@myco
or
npm config set @myco:registry http://reg.example.com
Thanks Fabian for this contribution!