# create-cha

[![node (scoped)](https://img.shields.io/node/v/@cqmbr/create-cha.svg)](https://github.com/cqmbr/create-cha)
![NpmLicense](https://img.shields.io/npm/l/@cqmbr/create-cha.svg)
![npm (scoped)](https://img.shields.io/npm/v/@cqmbr/create-cha.svg)
[![Build Status](https://travis-ci.org/kagawagao/aerux.svg?branch=master)](https://travis-ci.org/cqmbr/create-cha)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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**
