0.7.6 • Published 7 years ago

generator-rcmp v0.7.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

generator-rcmp NPM version Dependency Status

A component generator for React.

Note, this generator is for scaffolding standalone (i.e. library) components.

Installation

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

npm install -g yo
npm install -g generator-rcmp

Then generate your new project:

yo rcmp

Later, you can update your component to take advantage of changes made to this generator:

yo rcmp:update

Note that this will try to

Now go forth and build components.

What's in the Box

A minimal yet featureful boilerplate for building React components.

  • Bundling with rollup
  • Testing with Jest and Enzyme
  • Test coverage a la Jest
  • ES6 transpilation with stable presets

Packages Explained

@todo

License

MIT