create-cha
Version:
šµ Create React Application/Component based on Cha
56 lines (38 loc) ⢠1.29 kB
Markdown
# create-cha
[](https://github.com/kagawagao/create-cha)
[](https://github.com/kagawagao/create-cha)
[](https://www.npmjs.com/package/create-cha)
[](https://travis-ci.org/kagawagao/create-cha)
[](http://standardjs.com/)
šµ Create React(Native) Application/Component based on `Cha`, support `npm init` and `npm create` and `yarn create`
## Environments
- `Node`: `>= 8`
- `npm`: `>= 6`
- `yarn`: `>= 1`
## Usage
### Install(optional)
```bash
npm install create-cha -g
```
### Use
- Use with `npm init`(**recommend**)
```bash
npm init cha <project-name>
# or
npm create cha <project-name>
```
- Use with `npx`
```bash
npx create-cha <project-name>
```
- Use directly
```bash
create-cha <project-name>
```
more use details see `create-cha -h`
## Support project type
- [x] React **Desktop** Project
- [x] React **Mobile** Project
- [ ] React **Hybrid** Project
- [ ] React **Native** Project
- [ ] React **Component**