0.7.6 • Published 9 years ago
generator-rcmp v0.7.6
generator-rcmp

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-rcmpThen generate your new project:
yo rcmpLater, you can update your component to take advantage of changes made to this generator:
yo rcmp:updateNote 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