rijs.backpressure

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

ignore

find ./dist -type f -exec sed -i -E "s/(function _interopRequire|^.*?ripple.render|^.*?var (log|load|start|deps|draw|polytop|drawNodes|format))/\/* istanbul ignore next *\/\n\1/g" {} ';'

babel

babel src -d dist

clean

rm -rf dist && mkdir dist

build

npm run clean && npm run babel && npm run ignore

test

istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec

coverage

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

cov

istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec

test-popper

popper

version

npm run build && git add -A

postversion

git push && git push --tags

Metadata

Downloads

Maintainers