1.0.0 • Published 10 years ago

dog-models v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

dog-models

Allows you to specify a directory pushing the exports of each file to an array. Useful for waterline models with dogwater.

Usage

var models = require('dog-models')(__dirname + '/models');

...
// inside dogwater options object
  models: models
...
1.0.0

10 years ago