@youtility/c-c
Version:
Creates a component for your React application
25 lines (16 loc) • 392 B
Markdown
# Create Component (c-c) Utility
Creates a component for your React application
## Syntax
```bash
c-c <Component Name> <File Extension>
```
## Usage
```bash
c-c 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
```