sails-hook-custom-blueprints
v1.0.0
Published
A Sails 1.x hook to re-enable custom blueprint definitions
Downloads
1,920
Readme
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