CreateComponent
Simple script to avoid creating folders and typing React component boilerplate code.
Installation
$ gem install create_component
Usage
Granted that you're in your project's root directory and you have a sub-directory /src/components, just call:
$ component reactComponentName
and voilà!