1 Star 0 Fork 0

TO1SOURCE/preactx-bootstrap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plopfile.js 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
壹源 提交于 2021-05-15 10:32 . init commit
// making creating template so much simplier
// super cheap and dirty way to grab the input
const { argv } = process;
console.log(argv);
module.exports = function (plop) {
// 创建生成器
plop.setGenerator('basics', {
description: '这是一个基础plopfile模板',
prompts: [{
type: 'input',
name: 'name',
message: 'Component name please'
}],
actions: [{
type: 'add',
path: 'src/components/{{name}}/{{name}}.js',
templateFile: 'plopfiles/templates/Component.hbs'
}]
});
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/to1source/preactx-bootstrap.git
git@gitee.com:to1source/preactx-bootstrap.git
to1source
preactx-bootstrap
preactx-bootstrap
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385