UNPKG

generator-sails-rest-api

Version:

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

17 lines (13 loc) 221 B
"use strict"; /** * Step 7 * Where installation are run (npm, bower) */ const DEPENDENCIES = [ 'hoek', 'lodash', 'pluralize' ]; module.exports = function () { this.npmInstall(DEPENDENCIES, {save: true}); };