@edwardxyt/gws-cli
Version:
这是一个web脚手架工具,用于生成基于webpack5,生成typescript+react17+mobx5+reactRouter6的应用。初衷是要解决多入口,多环境。单独编译单独运行的脚手架。做到小而美。拒绝锦上添花。
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "@edwardxyt/gws-cli",
"version": "3.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/edwardxyt/gws-cli"
},
"main": "index.js",
"bin": {
"gws-cli": "./bin/gws-cli.js"
},
"bugs": {
"url": "https://github.com/edwardxyt/gws-cli/issues"
},
"files": [
"src",
"bin",
"media"
],
"description": "这是一个web脚手架工具,用于生成基于webpack5,生成typescript+react17+mobx5+reactRouter6的应用。初衷是要解决多入口,多环境。单独编译单独运行的脚手架。做到小而美。拒绝锦上添花。",
"keywords": [
"front-end",
"web",
"framework",
"react",
"mobx",
"typescript",
"react-router",
"webpack",
"Generator website cli"
],
"author": "edwardxyt",
"license": "MIT",
"dependencies": {
"@edwardxyt/gws-utils": "^1.0.0",
"chalk": "^4.1.2",
"commander": "^9.1.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.3",
"inquirer": "^8.2.0",
"shelljs": "^0.8.3"
}
}