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
- Host: GitHub
- URL: https://github.com/danielmschmidt/generator-react-native-module
- Owner: DanielMSchmidt
- License: mit
- Created: 2016-01-15T23:36:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T07:36:07.000Z (about 8 years ago)
- Last Synced: 2024-11-05T20:04:13.968Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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