1 Star 0 Fork 0

戡玉/cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
戡玉 提交于 2024-05-11 14:07 . 初次提交(还原仓库)
{
"name": "xfe-cli",
"version": "1.1.5",
"description": "A simple to use project cli tool",
"main": "bin/index.js",
"engines": {
"node": ">=16.0.0"
},
"bin": {
"xfe-cli": "bin/index.js"
},
"scripts": {
"dev": "node bin/index.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/xiejiahao/cli.git"
},
"homepage": "https://gitee.com/xiejiahao/cli",
"keywords": [
"command",
"inquirer",
"cli",
"脚手架"
],
"author": {
"name": "戡玉",
"url": "https://gitee.com/xiejiahao"
},
"bugs": {
"url": "https://gitee.com/xiejiahao/cli/issues"
},
"license": "MIT",
"dependencies": {
"boxen": "^7.0.0",
"chalk": "^5.1.2",
"clear": "^0.1.0",
"commander": "^9.4.1",
"figlet": "^1.5.2",
"inquirer": "^9.1.4",
"log-symbols": "^5.1.0",
"ora": "^6.1.2"
},
"type": "module"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiejiahao/cli.git
git@gitee.com:xiejiahao/cli.git
xiejiahao
cli
cli
master

搜索帮助