hippy
v0.12.1
Published
An elegantly simple ReactJS Generator
Downloads
7
Maintainers
Readme
#Hippy
Hippy is a beautifully simplistic generator for ReactJS.
Installation
$ npm install -g hippy
Philosophy
ReactJS
should be easy to use in any type of frontend environment.
Goal
Hippy's goal is to make using ReactJS
as productive and enjoyable as possible.
Features
- Component generator
- High test coverage
- Quick and easy to learn CLI commands
Usage
Generate a boilerplate with ReactJS
and Express server
$ hippy init MyAppName
To generate ReactJS Components:
$ hippy g SampleComponent
To generate multiple ReactJS Components:
$ hippy g one two three
Generating within nested folders
$ hippy g path/to/folder/MySampleComponent