# lqq-cli **Repository Path**: james0213/lqq-cli ## Basic Information - **Project Name**: lqq-cli - **Description**: 搭建react脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-04 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 搭建脚手架的流程 ## 1.npm init 初始化· 生成 package.json 文件 ## 2.创建 bin/entry.js 文件,并且在 package.json 中执行 entry.js 的指令:"bin": "./bin/entry.js", ## 3.使得能够 entry.js 能够识别输入的终端命令,使用 commander 模块,创建自定义指令 ## 4.inquirer 模块命令行交互(选用技术栈) ## 5.创建 h5template 文件夹,存放项目模板文件,使用 node 深拷贝文件 ## 6.npm 自动下载 lai-cli 依赖包