sails-hook-helpers
v1.0.2
Published
Allow Sails to load machines from an `api/helpers` folder and load them as machines available under `sails.helpers`
Readme
sails-hook-helpers
Sails JS hook to load files from the api/helpers folder and provide them as machines available under sails.helpers.
Installation
npm install sails-hook-helpers
Usage
requires at least sails >= 0.12
Create an api/actions helpers, then add Javascript files (ending in .js) in that folder or in subfolders.
