https://github.com/xieyezi/xieyezi-cli
a vue and React cli
https://github.com/xieyezi/xieyezi-cli
cli react react-cli template vue vue-cli
Last synced: about 1 month ago
JSON representation
a vue and React cli
- Host: GitHub
- URL: https://github.com/xieyezi/xieyezi-cli
- Owner: xieyezi
- Created: 2019-12-27T08:55:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T02:50:09.000Z (over 2 years ago)
- Last Synced: 2025-04-14T22:03:53.143Z (about 1 month ago)
- Topics: cli, react, react-cli, template, vue, vue-cli
- Language: JavaScript
- Size: 1.31 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 特性
- [x] 快速生成项目模板
- [x] 支持react+ts 项目
- [x] 支持Vue 2.x 项目
- [x] 错误提示 ❎
- [x] 命令联想☁️
- [x] eslint
- [x] prettier
- [x] 生成git提交模版### 安装
```js
yarn global add xieyezi-cli || npm isntall -g xieyezi-cli
```### Option
```
Usage: xieyezi-cli [options]Options:
-V, --version output the version number
-h, --help output usage informationCommands:
create Create a project with template from xieyezi react template
```