@cqmbr/create-cha
Version:
šµ Create React Application/Component based on Cha
47 lines (31 loc) ⢠1.08 kB
Markdown
# create-cha
[](https://github.com/cqmbr/create-cha)


[](https://travis-ci.org/cqmbr/create-cha)
[](http://standardjs.com/)
šµ Create React Application/Component based on `Cha`, support `npm init` and `yarn create`
## Environments
- `Node`: `>= 8`
- `npm`: `>= 6`
- `yarn`: `>= 1`
## Usage
### Install(optional)
```bash
npm install @cqmbr/create-cha -g
```
### Use
- Use with `npm init`(**recommend**)
```bash
npm init @cqmbr/cha <project-name>
```
- Use directly
```bash
create-cha <project-name>
```
## Support project type
- [x] React **Desktop** Project
- [x] React **Mobile** Project
- [ ] React **Hybrid** Project
- [ ] React **Native** Project
- [ ] React **Component**