https://github.com/flyfloor/racli
simple react uikits cli, generate react app easily
https://github.com/flyfloor/racli
cli react
Last synced: 3 months ago
JSON representation
simple react uikits cli, generate react app easily
- Host: GitHub
- URL: https://github.com/flyfloor/racli
- Owner: flyfloor
- Created: 2017-02-07T11:19:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T11:41:47.000Z (over 9 years ago)
- Last Synced: 2025-03-13T09:02:45.790Z (over 1 year ago)
- Topics: cli, react
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Racli(React App Cli)
simple react uikits cli, generate react app easily
**actually this is only generate a project with a boilerplate(not only React boilerplate)**
### Install
```
npm install racli -g
```
### Usage
```
racli projectName
-u --username, github username for download template
-r --repo, github repository for download template
```
e.g.
download default boilerplate for react app.
```
racli myFirstReactApp
```
download from https://github.com/xxx/yyy
```
racli app -u xxx -r yyy
```