1 Star 0 Fork 0

wendZzoo/zyf-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
wendZzoo 提交于 2022-09-06 15:45 . feat: 优化控制台输出
{
"name": "zyf-cli",
"version": "0.0.1",
"description": "Nodejs-based CLI tool",
"main": "index.js",
"bin": "./bin/index.js",
"type": "module",
"files": [
"bin",
"package.json"
],
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Zuowendong/zyf-cli.git"
},
"keywords": [
"zyf",
"cli",
"vue3",
"vite"
],
"author": "zuowendong",
"license": "ISC",
"dependencies": {
"chalk": "^5.0.1",
"ejs": "^3.1.8",
"execa": "^6.1.0",
"inquirer": "^9.0.2",
"prettier": "^2.7.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/wendZzoo/zyf-cli.git
git@gitee.com:wendZzoo/zyf-cli.git
wendZzoo
zyf-cli
zyf-cli
master

搜索帮助