Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

7 строки
267 B

2 лет назад
  1. const viewGenerator = require('./plop-templates/view/prompt')
  2. const componentGenerator = require('./plop-templates/component/prompt')
  3. module.exports = function(plop) {
  4. plop.setGenerator('view', viewGenerator)
  5. plop.setGenerator('component', componentGenerator)
  6. }