mysite-cli
v0.11.0
Published
``` "chalk": "^4.1.2", "commander": "^13.1.0", "download-git-repo": "^3.0.2", "inquirer": "^12.3.2", "ora": "^5.4.1" ```
Downloads
35
Readme
搭建脚手架工具
使用到的第三方依赖包如下:
"chalk": "^4.1.2",
"commander": "^13.1.0",
"download-git-repo": "^3.0.2",
"inquirer": "^12.3.2",
"ora": "^5.4.1"// 登录
npm login
// 更新版本
npm version minor
// 发布
npm publish
// 更新
npm update -g