Create React Files Folders
This will help you create files and folders for your react app.
First Step:
npm install create-react-files-folders -g
Second Step for directory:
create-react-files-folders dir <name of the directory>
Second Step for file:
create-react-files-folders file <name of the file>
Shortcut for folder
crff d <name of the directory>
Shortcut for file
crff f <name of the file>
Example for directory
crff d header
Example for file
crff f index
Options
Command | Shortcut | Description |
---|---|---|
dir | d | This will create the directory. |
file | f | This will create the file. |
Supported Files
js css scss ts json jsx README config gitignore npmignore