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

https://github.com/danielmschmidt/generator-react-native-module

Generates a node module to include in a react-native application
https://github.com/danielmschmidt/generator-react-native-module

Last synced: 12 months ago
JSON representation

Generates a node module to include in a react-native application

Awesome Lists containing this project

README

          

# generator-react-native-module [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Generates a node module to include in a react-native application

## Features

- [X] Basic structure for a react-native module
- [X] ES6 support with babel
- [X] Linting with XO
- [ ] Basic unit test support with jest

## Installation

First, install [Yeoman](http://yeoman.io) and generator-react-native-module using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-react-native-module
```

Then generate your new project:

```bash
yo react-native-module
```

## Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).

## License

MIT © [Daniel Schmidt](danielmschmidt.de)

[npm-image]: https://badge.fury.io/js/generator-react-native-module.svg
[npm-url]: https://npmjs.org/package/generator-react-native-module
[daviddm-image]: https://david-dm.org/DanielMSchmidt/generator-react-native-module.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/DanielMSchmidt/generator-react-native-module