mycro-containers
v1.0.0
Published
mycro hook for wiring app containers
Downloads
5
Readme
mycro-containers
mycro hook for loading local modules onto the application instance.
Installing
npm install --save mycro-containers
Configuration
// in /config/containers.js
module.exports = {
connections: true,
controllers: true,
models: true,
policies: true,
services: true,
schemas: {
filter: /(.+)\.json$/,
}
}
Testing
npm test
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
Copyright (c) 2016 Chris Ludden. Licensed under the MIT license.