cms-template-cli
v1.0.10
Published
```bash npm i cms-template -g ```
Downloads
22
Readme
cms-template-cli
instll cms-template-cli
npm i cms-template-cli -g
create new cms
cms create <newProjectName> <configPath>
## newProjectName 項目名字 configPath 配置文件
.config format
"backEnd":[
"[email protected]",
"[email protected]",
],
"frontEnd":[
"[email protected]",
"[email protected]",
]