UNPKG

generator-sails-rest-api

Version:

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

12 lines (8 loc) 184 B
"use strict"; /** * Step 2 * Where you prompt users for options (where you'd call this.prompt()). */ const questions = require('../questions'); module.exports = function () { };