generator-r-gen

0.1.1 • Public • Published

r-gen

Generate React goodies with ease

Installation

First, install Yeoman and generator-r-gen using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-r-gen
yo r-gen

Then start generating React goodies!

Components

Currently, r-gen will generate React components with a MobX flavour. To create a component:

yo r-gen:component

Command line options

To speed things up, you can pass options when first calling the generator. Example:

yo r-gen:component --scss

The above will create the .scss file without prompting, but will prompt you for other options.

Available options

  • --folder - Sets the creation of a folder to true
  • --scss - Sets the creation of an associated scss file to true
  • --cssModules - Sets the creation of a @CSSModules decorator to true
  • --propTypes - Sets the generation of propTypes and defaultProps to true
  • --observer - Sets the creation of an @observer decorator to true
  • --all - Sets all of the above to true

Stores

Currently, r-gen will generate stores with very MobX-y flavour. To create a store:

yo r-gen:store

License

MIT © James Sear

Package Sidebar

Install

npm i generator-r-gen

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jpsear