go-view/plop/plopfile.js

6 lines
135 B
JavaScript
Raw Normal View History

2022-01-19 21:29:04 +08:00
const storeGenerator = require('./store-template/prompt')
module.exports = (plop) => {
plop.setGenerator('store', storeGenerator)
}