1.0.10 • Published 10 months ago

react-native-folder-structure v1.0.10

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

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago