0.0.1 • Published 6 years ago

generator-react-container v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

generator-react-container NPM version Build Status Dependency Status

Yeoman generator for creating react container folders.

This generator generates an opinionated react container folder.

The generated folder structure is as follows:

TemplateContainer/
├── Component.css
├── Component.js
├── Container.js
└── index.js

The generated files are based on the template in app/templates/TemplateContainer.

Installation

First, install Yeoman and generator-react-container using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-container

Then generate your new react container folder:

yo react-container ContainerName  # ContainerName will be the name of your new container's folder

License

MIT