path-here

v1.0.0
A simple module to get the path with __dirname
path resolve __dirname

test

istanbul cover -x *.test.js _mocha -- -R spec index.test.js

start

istanbul cover -x *.test.js _mocha -- -R spec index.test.js -w .

check-coverage

istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100

report-coverage

echo 'Reporting coverage stats' && cat ./coverage/lcov.info | codecov

commit

git-cz

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • Whatever
  • Kent C. Dodds
  • released 8/20/2015

Downloads

Maintainers