rijs.db

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

ignore:1

find ./dist -type f -exec sed -i "s/function _interopRequire/\/* istanbul ignore next *\/\nfunction _interopRequire/g" {} ;

ignore:2

find ./dist -type f -exec sed -i "s/var _ref = arguments.length/\/* istanbul ignore next *\/\nvar _ref = arguments.length/g" {} ;

babel

babel src -d dist

clean

rm -rf dist && mkdir dist

build

npm run clean && npm run babel && npm run ignore:1 && npm run ignore:2

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

version

npm run build && git add -A

postversion

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

Metadata

Downloads

Maintainers