UNPKG

@pnp/generator-spfx

Version:

This Yeoman generator helps organisations to improve their development workflow with the SharePoint Framework. It extends the functionalities of the @microsoft/generator-sharepoint based on best pattern and practices. This generator extends the capabiliti

27 lines (22 loc) 527 B
"use strict" // These are just sample selection of options const options = [ // { // name: 'Jest', // value: 'jest' // } ]; const configOptions = [ // Sample content of questions // { // type: 'list', // message: 'Test Framework', // name: 'testframework', // choices: options, // when: answers => { // return answers.framework && answers.framework === 'reactjs.plus' // } // } // , addon ] module.exports = configOptions;