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
- Host: GitHub
- URL: https://github.com/kagawagao/create-cha
- Owner: kagawagao
- License: mit
- Created: 2018-08-01T15:55:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T04:33:01.000Z (over 2 years ago)
- Last Synced: 2024-11-16T09:22:22.048Z (7 months ago)
- Topics: cha, cli, command-line, command-line-tool, init, initializer, initscript, npm-init, npx
- Language: JavaScript
- Homepage:
- Size: 797 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-cha
[](https://github.com/kagawagao/create-cha)
[](https://github.com/kagawagao/create-cha)
[](https://www.npmjs.com/package/create-cha)
[](https://travis-ci.org/kagawagao/create-cha)
[](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**