generator-rtorr-react
v0.0.1
Published
A generator for Yeoman
Downloads
2
Readme
generator-rtorr-react
A generator for React.
It is prefixed with "rtorr" so to not confuse this with being an official react/yeoman project. This is still an early alpha project, so be warned that a lot of the set up is temporary.
There are probably bugs. Please contribute!
Currently bundled
- React
- Node-Sass
- Requirejs (probably will change to browserify)
Getting Started
$ npm install -g yo
$ npm install -g generator-rtorr-react
$ yo rtorr-react
##TODO
I want to make a grunt task for the react-tools
. They would should probably generate the
generated files in the ./tmp
directory, then set a path in requirejs.
Currently, it is not using the react-tools
, but that should be the next goal.
- Add more options
- Add tests