Socket
Book a DemoInstallSign in
Socket

mycro-containers

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mycro-containers

mycro hook for wiring app containers

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

mycro

FAQs

Package last updated on 05 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts