An open API service indexing awesome lists of open source software.

https://github.com/jhen0409/generator-rnb

Scaffold out a react-native app
https://github.com/jhen0409/generator-rnb

Last synced: 4 days ago
JSON representation

Scaffold out a react-native app

Awesome Lists containing this project

README

          

This project is no longer maintained.

I'm recommended to use [react-native-rename](https://github.com/junedomingo/react-native-rename) in the [boilerplate](https://github.com/jhen0409/react-native-boilerplate).

# generator-rnb [![](https://img.shields.io/npm/v/generator-rnb.svg)](https://npmjs.org/package/generator-rnb) [![Build Status](https://travis-ci.org/jhen0409/generator-rnb.svg)](https://travis-ci.org/jhen0409/generator-rnb) [![Dependency Status](https://david-dm.org/jhen0409/generator-rnb.svg)](https://david-dm.org/jhen0409/generator-rnb) [![devDependency Status](https://david-dm.org/jhen0409/generator-rnb/dev-status.svg)](https://david-dm.org/jhen0409/generator-rnb#info=devDependencies)

> Scaffold out a react-native app

A [Yeoman](http://yeoman.io) generator for [jhen0409/react-native-boilerplate](https://github.com/jhen0409/react-native-boilerplate).

## Screenshot of boilerplate

![screenshot](https://cloud.githubusercontent.com/assets/3001525/15508320/901e5fe6-2201-11e6-970b-e7c496ab1b16.gif)

> NavigationExperimental, Redux Counter example and Remote Redux DevTools control

## Installation

```bash
$ npm install -g yo
$ npm install -g generator-rnb
```

__*Note:*__ requires a node@^5.

## Usage

```bash
$ mkdir && cd && yo rnb
```

## License

[MIT](LICENSE.md)