This generator was an experiment to quickly create boilerplate components per the BC style in the early stages of the React project. It was later scrapped and is no longer in use.
A Yeoman generator for React modules, components, and redux boilerplate
First, install Yeoman and generator-react-bc using yarn (we assume you have pre-installed node.js).
yarn add global yo
yarn add global generator-react-bc
Then generate a module, component, and optionally redux boilerplate in your client code:
yo react-bc