generator-react-container
v0.0.1
Published
Yeoman generator for making react containers
Downloads
3
Maintainers
Readme
generator-react-container
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