Interactively create project scaffolding for a React element module.
react-int
is a command line utility. It requires Node and npm and Git. Install it with npm.
$ npm install -g urban/react-init
To initialize a new React element module type the following in Terminal:
$ mkdir test-element
$ cd test-element
$ react-init
You now have a basic React element module scaffold. Follow the README.md
instructions within for more information.
See the changelog.
Copyright (c) 2014 Urban Faubion (twitter: @urbanfaubion) Licensed under the ISC license.