Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 552 Bytes

File metadata and controls

23 lines (12 loc) · 552 Bytes

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.