plopjs/plop

WelcomeMessage not displaying

Open

#140 opened on Oct 10, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (266 forks)batch import
buggood first issue

Repository metrics

Stars
 (6,845 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide