UNPKG

generator-sails-rest-api

Version:

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

11 lines (8 loc) 132 B
"use strict"; /** * Step 7 * Where installation are run (npm, bower) */ module.exports = function () { this.npmInstall(); };