vioklab / React-Native-Folder-Generator

React Native Folder Structure Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Folder Structure Generator

React Native folder and files generator helper created with NodeJS. The folders created follow this structure

Installation Steps

  1. Download or clone packagefrom command line, or simply download .zip file into your computer. Try to save it in a folder that you will note delete.
git clone https://github.com/vioklab/React-Native-Folder-Generator.git
  1. Run command line:
cd /foldername/React-Native-Folder-Generator/
  1. Run command line:
npm install
  1. Run command line:
yarn link rngen

Commands

  1. Create a new folder structure
rngen new
  1. Create a general component
rngen comp
  1. Create a module
rngen mod
  1. Create a module component or scene
rngen modcomp

About

React Native Folder Structure Generator


Languages

Language:JavaScript 100.0%