sails-hook-custom-blueprints

A Sails 1.x hook to re-enable custom blueprint definitions


License
MIT
Install
npm install sails-hook-custom-blueprints@1.0.0

Documentation

sails-hook-custom-blueprints

A Sails 1.x hook to re-enable custom blueprint definitions.

Installation

npm install sails-hook-custom-blueprints --save

Usage

Add your custom blueprint files to your app under api/blueprints. Acceptable file names are:

  • find.js
  • findOne.js
  • create.js
  • update.js
  • destroy.js
  • add.js
  • remove.js
  • replace.js
  • populate.js