0.0.2 • Published 7 years ago

sails-hook-blueprints-offshore v0.0.2

Weekly downloads
9
License
-
Repository
-
Last release
7 years ago

sails-hook-blueprints-offshore

Sails blueprints using offshore ORM

#Install

Install sails-hook-orm-offshore first:

$ npm install sails-hook-orm-offshore --save

Install this hook with:

$ npm install sails-hook-blueprints-offshore --save

Configuration

.sailsrc

"hooks": {
  "blueprints": false,
  "orm": false,
  "pubsub": false
}
```