generator-simple-react-component
Version:
Create minimal react component skeleton
22 lines (19 loc) • 1.45 kB
Markdown
[](https://badge.fury.io/js/generator-simple-react-component)
[](https://david-dm.org/fadehelix/generator-simple-react-component/master)
[](https://david-dm.org/fadehelix/generator-simple-react-component/master?type=dev)
[](https://github.com/sindresorhus/xo)
[](https://raw.githubusercontent.com/fadehelix/generator-simple-react-component/master/LICENSE)
# Generator Simple React Component
Create boilerplate for functional or class React component. In addition you will get first snapshot test for free!
## Instalation
```bash
$ npm i -g generator-simple-react-component
```
## Usage
__Important!__ The generator assumes that you run it in directory where you store all of your other React components.
```bash
$ cd /your/react/app
$ yo simple-react-component
```
## Notes
If you want to use the generator in react native project then` you have to change an extension of generated `.jsx` files to `.js` because the [packager doesn't support .jsx files](https://github.com/facebook/react-native/issues/2303).