react template create cli
npm install @gaopeng123/rtc-cli``tsx
rtc create // 创建项目
rtc c
rtc createModule
rtc cm
rtc parse
rtc p
rtc list // 查看命令支持
rtc ls
`
| 插件 | 目的 |
| ----------------- | ------------ |
| chalk | 美化输入输出 |
| prompts | 用户信息输入 |
| download-git-repo | 远程模板下载 |
| cac | cli指令 |
| lodash.template | 处理模板 |
| ora | loading效果 |
| fast-glob | 文件名读取 |
#### react-sample
#### react-electron
#### react-screen
#### flutter-repo
#### components-repo
#### function-repo
#### table
- Store: 定义数据state及action
- typing:定义数据类型相关
- api:服务端相关
- styles.module:定义样式相关
- components:定义组件相关
- TableForm:弹窗内部form表单
- TableModal:弹窗组件
- Table:表格组件
#### function
依赖function-repo,开发函数库,包含jest测试等功能。上传到npm
#### rc-component
依赖components-repo,开发react组件,包含开发测试环境,自动检测变更上传等功能。上传到npm
#### web-component
依赖components-repo,开发web组件,包含开发测试环境,自动检测变更上传等功能。上传到npm`