create-react-files-folders

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i create-react-files-folders

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

9.17 kB

Total Files

6

Last publish

Collaborators

  • manntrix