@fcv/hygen-react
v1.0.0-alpha.2
Published
Hygen code generators for React projects
Downloads
4
Readme
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.