https://github.com/bamlab/generator-module-react-native
Generate native module boilerplate for React Native iOS & Android
https://github.com/bamlab/generator-module-react-native
Last synced: 12 months ago
JSON representation
Generate native module boilerplate for React Native iOS & Android
- Host: GitHub
- URL: https://github.com/bamlab/generator-module-react-native
- Owner: bamlab
- License: mit
- Created: 2015-11-20T08:59:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T14:07:40.000Z (over 8 years ago)
- Last Synced: 2025-06-13T18:51:29.791Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 25
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React native module boilerplate generator
Generate boilerplate for a new React Native module with [Yeoman](http://yeoman.io/).
Install Yeoman:
```shell
npm install -g yo
```
Install the generator
```shell
npm install -g generator-module-react-native
```
Run the generator
```shell
mkdir my-awesome-module && cd my-awesome-module
yo module-react-native
```
## To Do
See [the list](https://github.com/bamlab/generator-react-native-module/issues/2)