🍵 Create React(Native) Application/Component based on Cha
, support npm init
and npm create
and yarn create
Node
:>= 8.10.0
npm
:>= 6
yarn
:>= 1
npm install create-cha -g
- Use with
npm init
(recommend)
npm init cha <project-name>
# or
npm create cha <project-name>
- Use with
npx
npx create-cha <project-name>
- Use directly
create-cha <project-name>
more use details see create-cha -h
- React Desktop Project
- React Mobile Project
- React Hybrid Project
- React Native Project
- React Component