1.0.10 • Published 3 years ago

react-native-folder-structure v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago