Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.3 KB

sails-hook-blueprints-offshore

npm version Build Status Coverage Status NSP Status Dependencies Status

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
}