npmcheck2slack

v1.0.2
Post results from npm-check to a Slack channel
npm npm-check slack outdated dependencies

lint

eslint . --ignore-path ./.eslintignore

test

NODE_ENV=test mocha --recursive test

cover

NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test

coveralls

npm run cover && nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls

preversion

npm run lint && npm test

Metadata

  • MIT
  • >=8.9.0
  • Frank Thelen
  • released 3/23/2018

Downloads

Maintainers