hippy

An elegantly simple ReactJS Generator

Usage no npm install needed!

<script type="module">
  import hippy from 'https://cdn.skypack.dev/hippy';
</script>

README

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

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