1.0.0-alpha.2 • Published 6 years ago

@fcv/hygen-react v1.0.0-alpha.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

hygen-react

This is a hygen package for React components.

Quick Start

$ npm i @fcv/hygen-react
$ npx cp-cli node_modules/@fcv/hygen-react/_templates _templates

Then use help to see what the generator can do:

$ yarn hygen component help

hygen component new

Generates a React component. Prompts will ask for type, path, name, styles, redux.

- Styles assumes Material UI `withStyles`.
- Redux assumes reselect and recompose being installed.