Add 'acs/' from commit '83816781f8c26a15e081a5746c83a3c9ea56fb90'
git-subtree-dir: acs git-subtree-mainline:b86787e9d6git-subtree-split:83816781f8
This commit is contained in:
7
acs/nladmin-ui/plopfile.js
Normal file
7
acs/nladmin-ui/plopfile.js
Normal 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)
|
||||
}
|
||||
Reference in New Issue
Block a user