1.0.1 • Published 3 years ago

@youtility/cc v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Create Component (cc) Utility

Creates a component for your React application

Syntax

cc <Component Name> <File Extension>

Usage

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

Home
 -> Home.js