|
@@ -1,7 +0,0 @@
|
|
|
-const viewGenerator = require('./plop/view/prompt.js')
|
|
|
-const componentGenerator = require('./plop/component/prompt.js')
|
|
|
-
|
|
|
-module.exports = function (plop) {
|
|
|
- plop.setGenerator('view', viewGenerator)
|
|
|
- plop.setGenerator('component', componentGenerator)
|
|
|
-}
|