Skip to content

sgress454/sails-hook-custom-blueprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published