UNPKG

generator-sails-rest-api

Version:

Yeoman generator that provides already configured and optimized Sails REST API with bundle of predefined features

15 lines (11 loc) 205 B
"use strict"; /** * Step 7 * Where installation are run (npm, bower) */ const DEPENDENCIES = [ 'sails-hook-cron' ]; module.exports = function () { this.npmInstall(DEPENDENCIES, {save: true}); };