0.0.2 • Published 9 years ago

generator-gflux v0.0.2

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

Gabe's Flux Components Generator

Generates actions/stores/components for your Flux/React App. I made this because I'm not a big fan of libraries like fluxxor and refluxjs as they do not directly follow the Flux pattern. Usually the argument for using these libraries is that there is too much boilerplate code required to get up and running. Using a yeoman generator cuts down on this tediousness.

Getting Started

To install generator-gflux from npm, run:

npm install -g yo
npm install -g generator-gflux

To initialize the generator, run the configuration:

yo gflux

Then you can generate actions, stores and components with sub-generators:

yo gflux:action Gabe
yo gflux:component Gabe
yo gflux:store Gabe

Which will create:

js/actions/GabeActions.js
js/components/GabeComponent.js
js/stores/GabeStore.js

License

MIT

0.0.2

9 years ago

0.0.1

9 years ago