#Hippy
Hippy is a beautifully simplistic generator for ReactJS.
$ npm install -g hippyReactJS should be easy to use in any type of frontend environment.
Hippy's goal is to make using ReactJS as productive and enjoyable as possible.
- Component generator
- High test coverage
- Quick and easy to learn CLI commands
- The latest and greatest ReactJS goodness
Generate a boilerplate with ReactJS and Express server
$ hippy init MyAppNameTo generate ReactJS Components:
$ hippy g SampleComponentTo generate multiple ReactJS Components:
$ hippy g one two threeGenerating within nested folders
$ hippy g path/to/folder/MySampleComponent