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