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) 253 B
"use strict"; /** * Step 5 * Where you write the generator specific files (routes, controllers, etc) */ module.exports = function () { this.fs.copyTpl(this.templatePath(`config/**/*`), this.destinationPath(`config`), {options: this.options}); };