plopjs/plop

WelcomeMessage not displaying

オープン

#140 opened on 2018/10/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (266 件のフォーク)batch import
buggood first issue

Repository metrics

Stars
 (6,845 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド