0.0.1 • Published 7 years ago

@dimudesigns/nodejs-datastore-element-builder v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Datastore Element Builder

Helper class/module to manage the creation of google cloud datastore entities.

Installation

npm install @dimudesigns/nodejs-datastore-element-builder

Usage

var DatastoreElementBuilder = require('@dimudesigns/nodejs-datastore-element-builder');

var builder = new DatastoreElementBuilder();

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.