generator-react-container

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i generator-react-container

Weekly Downloads

8

Version

0.0.1

License

MIT

Unpacked Size

25 kB

Total Files

11

Last publish

Collaborators

  • marcusmolchany