Skip to content

Manntrix/create-react-files-folders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

This will help you create files and folders for your react app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published