1.0.10 • Published 2 years ago

react-native-folder-structure v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Native Folder Structure Generator

Generate a standardized folder structure for React Native projects.

Installation

To install the React Native Folder Structure Generator, use the following command:

npm install react-native-folder-structure

Usage

To create the folder structure in your project's root directory, run the following command:

npx react-native-folder-structure init-folder

This will create the following folder structure:

-src
   -- components
   --- screens
   --- hooks
   --- utilities

Each folder will contain an empty index.js file.

License

This project is licensed under the MIT License.

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago