create-cha

1.0.2 • Public • Published

create-cha

node (scoped) NpmLicense npm (scoped) Build Status Standard - JavaScript Style Guide

🍵 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)

npm install create-cha -g

Use

  • 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

Support project type

  • React Desktop Project
  • React Mobile Project
  • React Hybrid Project
  • React Native Project
  • React Component

Package Sidebar

Install

npm i create-cha

Weekly Downloads

13

Version

1.0.2

License

MIT

Unpacked Size

11 kB

Total Files

6

Last publish

Collaborators

  • kagawa