1.0.7 • Published 2 years ago
template-tool-cli v1.0.7
用户如果需要配置可以在根目录新建templateToolConfig.js
module.exports = [
{
templateName: 'template-v4.5-plus',
name: 'vue3模版',
description: 'vue3模版',
detail: '',
copyFile: {
'tools/*': 'tools',
'public/static/*': 'public/static',
'package.json': 'package.json'
},
options: {
init: true,
update: true
}
}
]
全局安装 npm i template-tool-cli -g
初始化模版 template-tool o init
更新模版 template-tool o update
template-tool o update -show
显示详情
本地安装
执行 ./node_modules/.bin/template-tool opt init