fix: 新增 plop 自动化生成工具

This commit is contained in:
MTrun
2022-01-19 21:29:04 +08:00
parent a7905b6a60
commit 825b3bf2ea
14 changed files with 1764 additions and 216 deletions
+5
View File
@@ -0,0 +1,5 @@
const storeGenerator = require('./store-template/prompt')
module.exports = (plop) => {
plop.setGenerator('store', storeGenerator)
}