my-junk-module

v1.0.0
A small wrapper around fetch that throws custom http errors

test

run-s lint mocha:report

lint

eslint --ignore-path=./.gitignore .

mocha

NODE_ENV=test mocha --recursive './{,!(node_modules)/**/}*.spec.js'

mocha:debug

npm run mocha -- --inspect-brk=9229 --no-timeouts

mocha:report

nyc --report-dir ./coverage/ npm run mocha -- --reporter mocha-multi-reporters --reporter-options configFile=./test/reporters.json

mocha:watch

npm run mocha -- --watch

precommit

secret-squirrel

commitmsg

secret-squirrel-commitmsg

prepush

npm test

postversion

git push origin master --tags
npm i my-junk-module

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 4/3/2018

Downloads

Maintainers