# React Component CI - Generate React Functional Components On The Fly

### Install globally
```shell
$ npm install react-component-ci -g
```
<hr>

### Run commands in the root of your react project

```shell
generate-rfc name=myComponent
```
Auto Generates react functional component named myComponent.

```jsx

import { myComponent } from '../components'

```
