| 1234567 | const viewGenerator = require('./plop/view/prompt.js')const componentGenerator = require('./plop/component/prompt.js')module.exports = function (plop) {  plop.setGenerator('view', viewGenerator)  plop.setGenerator('component', componentGenerator)}
 |