@youtility/c-c
v1.0.0
Published
Creates a component for your React application
Downloads
4
Maintainers
Readme
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