New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

generator-react-webpack-node

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-react-webpack-node

Yeoman generator for react-webpack-node

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

generator-react-webpack-node npm version

Yeoman generator for react-webpack-node.

Getting Started

npm install -g yo

To install generator-react-webpack-node from npm, run:

npm install -g generator-react-webpack-node

Finally, initiate the generator:

yo react-webpack-node

Generators

Available generators:

Component

Generates a component in app/components with a stylesheet.

Example: yo react-webpack-node:component myComponent

Container

Generates a container in app/containers.

Example: yo react-webpack-node:container myContainer

Reducer

Generates a reducer in app/reducers.

Example: yo react-webpack-node:reducer myReducer

Remember that you will need to combine this new one with the others already created in the index.js

Constant

Creates a constant in the specified constants file located in app/constants.

Example: yo react-webpack-node:constant myConstantsFile MY_NEW_CONST

License

MIT © Iegor Azuaga

Keywords

yeoman-generator

FAQs

Package last updated on 08 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts