alanning:update-helpers

v0.0.1Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

UpdateHelpers

Utility functions to query meta data about MongoDB update objects.

Installation

$ meteor add alanning:update-helpers

API Documentation

API documentation is generated from jsdoc-style comments in the source code. To view the documentation locally in your browser, install yuidoc (npm -g install yuidocjs) then perform the following steps:

$ git clone https://github.com/alanning/meteor-update-helpers.git
$ cd meteor-update-helpers
$ yuidoc --server 8080 .
$ open localhost:8080