1 Star 1 Fork 3

易初/my-cli-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
sophieU 提交于 2021-03-25 16:28 . add: 完成最终demo编写
{
"name": "SophieU",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"my-cli": "./bin/my-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SophieU/SophieU.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SophieU/SophieU/issues"
},
"homepage": "https://github.com/SophieU/SophieU#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.2.0",
"download-git-repo": "^3.0.2",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
"log-symbols": "^4.1.0",
"metalsmith": "^2.3.0",
"ora": "^5.4.0",
"rimraf": "^3.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/EChu/my-cli-demo.git
git@gitee.com:EChu/my-cli-demo.git
EChu
my-cli-demo
my-cli-demo
master

搜索帮助