generator-johnny-five

2.1.0 • Public • Published

generator-johnny-five

Yeoman generator that scaffolds out a Johnny-Five projects

Join the chat at https://gitter.im/pierceray/generator-johnny-five Build Status

Features Include

  • Johnny-Five project file creation
  • .jshintrc from the Johnny-Five project
  • package.json creation and dependency additions
  • Preset configurations for Standard Johnny-Five, Particle and Raspberry Pi projects
  • Library Installs:
  • Basic NodeUnit scaffolding (optional)

Getting Started

Not 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 <your directory>
cd <your directory>
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.

License

MIT

/generator-johnny-five/

    Package Sidebar

    Install

    npm i generator-johnny-five

    Weekly Downloads

    2

    Version

    2.1.0

    License

    MIT

    Last publish

    Collaborators

    • pierceray