1.0.0 • Published 6 years ago

pouchdb-fixture-loader v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

pouchdb-fixture-loader

Build Status npm version License

Deploy CouchDB/PouchDB fixtures from directories

Installation

npm install --save pouchdb-fixture-loader

Usage

const loadFixtures = require('pouchdb-fixture-loader')
const paths = [
  'fixtures/db'
]
loadFixtures(PouchDB, paths)
//=> Promise

Author

© 2018 Tom Vincent git@tlvince.com (https://tlvince.com)

License

Released under the MIT license.