yifeng-cli
Version:
```shell # install it globally $ npm install -g yifeng-cli
37 lines (36 loc) • 638 B
JSON
{
"name": "yifeng-cli",
"version": "1.0.8",
"description": "",
"main": "index.js",
"bin": {
"yf": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"lib"
],
"author": {
"name": "T-Roc",
"email": "lxp_work@163.com"
},
"keywords": [
"yifeng-cli",
"yf",
"脚手架"
],
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.0.0",
"ora": "^5.4.0"
}
}