Yeoman generator that scaffolds out a Johnny-Five project
npm install generator-johnny-five> Yeoman generator that scaffolds out a Johnny-Five projects
 
.jshintrc from the Johnny-Five projectpackage.json creation and dependency additionsNot every new computer comes with a Yeoman pre-installed. Run the following to install Yeoman:
```
npm install -g yo
To install the Johnny Five Generator from npm, run:
``
npm install -g generator-johnny-five
Finally, initiate the generator:
```
mkdir
cd
yo johnny-five
If you would like more information on the project look at the npm page or if you would like to contribute fork the project on Github.
MIT