1.0.0 • Published 3 years ago

@youtility/c-c v1.0.0

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

Create Component (c-c) Utility

Creates a component for your React application

Syntax

c-c <Component Name> <File Extension>

Usage

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

Home
 -> Home.js