react-native-project-setup
v1.2.2
Published
This CLI tool streamlines the creation of a well-structured project directory for React Native applications. It automatically sets up the project's directory hierarchy, including essential folders and files, adhering to standard React Native project conve
Downloads
9
Maintainers
Readme
react-native-project-setup
Accelerate your React Native project setup with this CLI tool designed to streamline the creation of a meticulously organized project directory. By automating the establishment of essential folders and files, this tool adheres to industry-standard React Native project conventions, saving you valuable time and effort during initialization. Whether you're starting a new project or enhancing an existing one, simplify your workflow and maintain consistency across your applications effortlessly.
Demo :movie_camera:
Installation
Using npm:
npm install react-native-project-setup
Using yarn:
yarn add react-native-project-setup
Usage
rn-setup create
// Once installed globally, you can use the CLI by running the following command in your terminal:
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.