0.1.0 • Published 7 years ago

generator-atomic-reaction-component v0.1.0

Weekly downloads
8
License
-
Repository
github
Last release
7 years ago

Atomic React Component Generator

A yeoman generator for creating react components according to atomic principles

How do I use it?

The generator has one command which will prompt you to answer a number of questions to generate you component:

```bash
npm install -g yo generator-atomic-reaction-component
mkdir <project-name>
cd <project-name>
yo atomic-reaction-component
```
0.1.0

7 years ago