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
- Host: GitHub
- URL: https://github.com/jhen0409/generator-rnb
- Owner: jhen0409
- License: mit
- Created: 2016-04-13T19:20:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T18:12:04.000Z (about 8 years ago)
- Last Synced: 2025-01-22T12:38:15.274Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 16
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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://npmjs.org/package/generator-rnb) [](https://travis-ci.org/jhen0409/generator-rnb) [](https://david-dm.org/jhen0409/generator-rnb) [](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

> 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)