1.1.2 • Published 9 years ago

sails-hook-annotations v1.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

Sails hook annotations

Hook brings annotations support for Sails.js applications.

Please see docs folder for list of supported annotations and description.

Right now this hook supports this annotations:

Installation

Just use simple command: npm install --save sails-hook-annotations

Configuration

module.exports.annotations = {

  policy: false, // Will disable @Policy annotation

  route: false // Will disable @Route annotation

};