0.0.4 • Published 8 years ago

@sile/rng v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

React Native generator

This is a generator on top of react-native-cli

Description


The purpose of this generator is to generate a standard app structure and files using commands.

Installation


Currently in development, please clone the repo, cd into it and type sudo npm install -g

Usage


Init

	$ rng init #initialize react native app if does not exists and create a rails-flavored app structure

Generate Component

//TODO