0.0.2 • Published 4 years ago

verdaccio-mirror v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

verdaccio-mirror

An amazing verdaccio plugin


install

npm i verdaccio-mirror

setup

middlewares:
  mirror:
    agent: http://username:passwd@proxyserver.com
    proxy: 
      [{from: 'path',to: 'target'}]

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 build

    Build a distributable archive

  • npm run test

    Run unit test

For more information about any of these commands run npm run ${task} -- --help.