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

8 lines (6 loc) 198 B
const chalk = require('chalk'); // format background forground const outRedWhite = chalk.white.bgRed; module.exports = { cmdOptions: ` These${outRedWhite(' are ')}the command line options ` };