module.exports = [ { type: 'input', name: 'componentName', message: 'Component name please (PascalCase)', }, { type: 'confirm', name: 'isComponentFunctional', message: 'Is it Function Component?', }, ];