plopjs/plop

WelcomeMessage not displaying

Open

#140 建立於 2018年10月10日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (6,845 star) (266 fork)batch import
buggood first issue

描述

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 :(

貢獻者指南