Skip to content

stanleycyang/hippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Hippy

Hippy is a beautifully simplistic generator for ReactJS.

NPM VersionNPM DownloadsLinux BuildCoveralls

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
  • The latest and greatest ReactJS goodness

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

License

MIT