You need to sign in or sign up before continuing.
plopfile.js 151 Bytes
const componentsGenerator = require('./component-template/prompt')

module.exports = plop => {
  plop.setGenerator('component', componentsGenerator)
}