plopjs/plop

WelcomeMessage not displaying

Aperta

#140 aperta il 10 ott 2018

 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (266 fork)batch import
buggood first issue

Metriche repository

Star
 (6845 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor