i-think
v1.0.0
Published
file generator for react apps
Downloads
16
Readme
Gennifer
This is an opinionated helper library for building React apps. It generates class components with boilerplate enzyme tests using ava.
Installation
yarn global add i-think`Usage
create component <COMPONENT_NAME>You'll then notice that a directory containing two files (index.js and test.js) has been created in your current working directory.
To Do:
- create connectedComponent
- create reducer
