Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-rcomp

sethlilly4MIT1.0.0

Generates the basic scaffolding for a React component.

generator-rcomp, react

readme

React Component Generator for Yeoman

Unless your project is configured like mine, this probably won't do much for you. However, this may make a good starting point for your own Yeoman generator.

Getting Started

First, install the generator: npm install -g generator-rcomp

Then cd to the desired directory and run yo rcomp MyComponent, where MyComponent is the name of your component.

License

Released under the MIT License.