1.0.2 • Published 5 years ago

create-react-files-folders v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Create React Files Folders

Create React Folder Create React File

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

CommandShortcutDescription
dirdThis will create the directory.
filefThis will create the file.

Supported Files

js css scss ts json jsx README config gitignore npmignore