pouchdb-wrappers

v5.0.0
Makes wrapping PouchDB functions a lot easier.
couchdb pouchdb plug-in plugin wrap wrapper wrappers

test

npm run test:lint && npm run test:deps && npm run test:node && npm run test:browser

test:lint

standard

test:deps

dependency-check --no-unused --no-dev .

test:node

mocha

test:browser

mochify test.js

cov

npm run cov:node && npm run cov:browser && nyc report

cov:node

nyc -s npm run test:node

cov:browser

nyc -s --no-clean --instrument false mochify --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ] test.js

coveralls

npm run cov && nyc report --reporter=text-lcov > lcov.info
npm i pouchdb-wrappers

Source Code

Metadata

Downloads