0.0.2 • Published 6 years ago
verdaccio-mirror v0.0.2
verdaccio-mirror
An amazing verdaccio plugin
install
npm i verdaccio-mirrorsetup
middlewares:
mirror:
agent: http://username:passwd@proxyserver.com
proxy:
[{from: 'path',to: 'target'}]- agent optional http proxy server
development
See the verdaccio contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.
npm run buildBuild a distributable archive
npm run testRun unit test
For more information about any of these commands run npm run ${task} -- --help.