UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

11 lines (7 loc) 229 B
function updateFromDir(doc,req){ log('log from updateFromDir'); var probalib = require('lib/couchdb').libfunction; doc.updateByUpdateFromDir = probalib(); return [doc,req]; } module.exports = { updateFromDir }