plopjs/plop

WelcomeMessage not displaying

开放

#140 创建于 2018年10月10日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (266 个派生)batch import
buggood first issue

仓库指标

星标
 (6,845 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Using version 2.1.0 Given the plopfile:

module.exports = function(plop) {
  plop.setWelcomeMessage('this is welcome message')
}

The welcome message will not display. This happens to me as well when I have a generator. It's strange because the plop example seems to work but I've never managed to get it working on my own plopfiles :(

贡献者指南