verdaccio

v2.2.0
Private npm repository server
private package repository registry modules proxy server

lint

eslint .

test

npm run lint && mocha ./test/functional ./test/unit

test-only

mocha ./test/functional ./test/unit

test-travis

npm run lint && npm run test:coverage

build-docker

docker build -t verdaccio .

test:coverage

nyc mocha -R spec ./test/functional ./test/unit

coverage:codacy

nyc report --reporter=lcov && cat coverage/lcov.info | codacy-coverage

build-docker:rpi

docker build -f Dockerfile.rpi -t verdaccio:rpi .

coverage:codecov

nyc report --reporter=lcov | codecov

coverage:coveralls

nyc report --reporter=text-lcov | coveralls

Metadata

  • WTFPL
  • >=4.6.1
  • Alex Kocharin
  • released 6/8/2017

Downloads

Maintainers