1 Star 1 Fork 0

aiia/cmd-deploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
xinla 提交于 2024-10-24 11:53 +08:00 . v2.1.0-241024
{
"name": "cmd-deploy",
"version": "2.1.0",
"description": "命令行一键自动化部署工具。",
"type": "module",
"import": "json",
"bin": {
"deploy": "./bin/index.js"
},
"keywords": [
"web",
"node-ssh",
"deploy"
],
"license": "Apache-2.0",
"author": "xinla",
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/xinla/cmd-deploy"
},
"dependencies": {
"archiver": "^7.0.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"inquirer": "^11.0.2",
"node-ssh": "^13.2.0",
"ora": "^8.1.0",
"semver": "^7.6.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hixinla/cmd-deploy.git
git@gitee.com:hixinla/cmd-deploy.git
hixinla
cmd-deploy
cmd-deploy
main

搜索帮助