An open API service indexing awesome lists of open source software.

https://github.com/kagawagao/create-cha

🍵Create React Application/Component based on Cha
https://github.com/kagawagao/create-cha

cha cli command-line command-line-tool init initializer initscript npm-init npx

Last synced: 2 months ago
JSON representation

🍵Create React Application/Component based on Cha

Awesome Lists containing this project

README

        

# create-cha

[![node (scoped)](https://img.shields.io/node/v/create-cha.svg)](https://github.com/kagawagao/create-cha)
[![NpmLicense](https://img.shields.io/npm/l/create-cha.svg)](https://github.com/kagawagao/create-cha)
[![npm (scoped)](https://img.shields.io/npm/v/create-cha.svg)](https://www.npmjs.com/package/create-cha)
[![Build Status](https://travis-ci.org/kagawagao/create-cha.svg?branch=master)](https://travis-ci.org/kagawagao/create-cha)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/)

🍵 Create React(Native) Application/Component based on `Cha`, support `npm init` and `npm create` and `yarn create`

## Environments

- `Node`: `>= 8.10.0`
- `npm`: `>= 6`
- `yarn`: `>= 1`

## Usage

### Install(optional)

```bash
npm install create-cha -g
```

### Use

- Use with `npm init`(**recommend**)

```bash
npm init cha
# or
npm create cha
```

- Use with `npx`

```bash
npx create-cha
```

- Use directly

```bash
create-cha
```

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**