# Create Component (cc) Utility

Creates a component for your React application

## Syntax

```bash
cc <Component Name> <File Extension>
```

## Usage

```bash
cc Home js
```

Go to the directory where you want to create a component and execute the above command. It will create a folder and file with name that you specified like below.

## Folder Structure

```bash
Home
 -> Home.js
```
