go-view-fetch/plop/plopfile.js

6 lines
135 B
JavaScript
Raw Normal View History

2025-08-20 12:09:24 +08:00
const storeGenerator = require('./store-template/prompt')
module.exports = (plop) => {
plop.setGenerator('store', storeGenerator)
}