Add 'lms2/' from commit 'c4a92a9d11b9076dac1e03df7e71cac00625c5ec'

git-subtree-dir: lms2
git-subtree-mainline: 7df70b07be
git-subtree-split: c4a92a9d11
This commit is contained in:
2024-08-05 20:20:21 +08:00
1322 changed files with 115203 additions and 0 deletions

View File

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