UNPKG

create-cha

Version:

šŸµ Create React Application/Component based on Cha

56 lines (38 loc) • 1.29 kB
# 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` - `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**