Keep couchdb views up to date
Dependency tracking by David
Installation
npm install -g update-couchdb-views
Usage
To update your documents specify the path to a config file and a directory containing your design documents. Both paths can either by relative to your current working directory or full paths to the file on disk
cd <path to project folder>
update-couchdb-views sync.js --config test/config.json --docsDir ./docs
Update code taken from here
http://bravenewmethod.wordpress.com/2011/06/03/keeping-couchdb-design-docs-up-to-date-with-node-js/