An open API service indexing awesome lists of open source software.

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

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
```