generator-johnny-five
Yeoman generator that scaffolds out a Johnny-Five project
Features
- Johnny-Five project file creation
.jshintrc
from the Johnny-Five projectpackage.json
creation and dependency additions- Preset configurations for Particle and Raspberry Pi
- Optional Library Installs
Getting Started
Not every new computer comes with a Yeoman pre-installed.
npm install -g yo
Yeoman Generators
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
To install generator-johnny-five from npm, run:
npm install -g generator-johnny-five
Finally, initiate the generator:
yo johnny-five
License
MIT