0.1.13 • Published 3 years ago

rn-setup v0.1.13

Weekly downloads
415
License
ISC
Repository
github
Last release
3 years ago

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

  • Using npm: npm install rn-setup --save-dev
  • Using Yarn: yarn add rn-setup --dev/-D

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

  • Install Npm Dependencies
  • Delete Redundant Files
  • Create Folder structure
  • Create General files files
  • Create Component files
  • Create Utils files
  • Create Api Architechture
0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago