rijs.resdir

v1.4.4
[![Coverage Status](https://coveralls.io/repos/rijs/resdir/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/resdir?branch=master) [![Build Status](https://travis-ci.org/rijs/resdir.svg)](https://travis-ci.org/rijs/resdir)

reset

sh -c "echo '/* istanbul ignore next */' > ./resources/foo.js" && sh -c "echo 'module.exports = function foo(){ }' >> ./resources/foo.js"

test

npm run reset && istanbul test ./node_modules/mocha/bin/_mocha --report html --trace-warnings -- -R spec

coverage

npm run reset && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage

cov

npm run reset && istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec

version

git add -A

postversion

git push && git push --tags
npm i rijs.resdir

Metadata

Downloads

Maintainers