nrm can help you easy and fast switch between different npm registries, now include: npm, cnpm, taobao, nj(nodejitsu).
nrm 可以帮助您轻松快速地在不同的 npm 注册中心之间切换,目前包括:npm、cnpm、taobao、nj(nodejitsu)。
nrm login <registry> [value] Set authorize information for a registry with a base64 encoded string or username and pasword -a --always-auth Set is always auth -u --username <username> Your user name for this registry -p --password <password> Your password for this registry -e --email <email> Your email for this registry
nrm login mytest -a -u 'xx' -p 'xxx' -e 'xx@xx.com'