loopback-boot-utils
v1.0.1
Published
Generic utility methods that can be used when populating seed data in loopback boot scripts.
Downloads
3
Readme
To use this module you must set the bluebird library as the default promise library in your server.js
: global.Promise = require('bluebird');