tang_cli
Version:
快速创建项目脚手架
25 lines (24 loc) • 515 B
JSON
{
"name": "tang_cli",
"version": "1.0.3",
"description": "快速创建项目脚手架",
"main": "index.js",
"keywords":["tang", "cli"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tang": "index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.16.0",
"download-git-repo": "^1.0.2",
"handlebars": "^4.0.11",
"inquirer": "^6.0.0",
"log-symbols": "^2.2.0",
"ora": "^3.0.0"
}
}