rn-setup
v0.1.13
Published
A react native library to create initial project setup. It can generate folder and file structure with basic navigation and redux implementation.
Downloads
4
Maintainers
Readme
RN Setup
Description
A react native library to create initial project setup. It can generate folder and file structure with basic navigation and redux implementation.
Features
- Setup project and configuration files and folders.
Dependency
No Dependencies so far.
Installation
Setup
- Insert following line in the scripts section of your
package.json
file.
"rn-setup": "rn-setup"
- Run Setup script in your project directory. See syntax below.
npm run rn-setup -- --setup
How to run scripts
You can use the below command to run any script. Note that rn-setup
should be added in script section of your package.json
file before running any script.
npm run rn-setup -- --<script-name>
Scripts
- Setup Script :
--setup
this script is used to setup the project files and configuration files and folders in a react native project. - Help Script :
--help
this script is used for displaying available scripts.
Requirements
- [x] Install Npm Dependencies
- [x] Delete Redundant Files
- [x] Create Folder structure
- [ ] Create General files files
- [ ] Create Component files
- [ ] Create Utils files
- [ ] Create Api Architechture