generator-johnny-five

Yeoman generator that scaffolds out a Johnny-Five project

Usage no npm install needed!

<script type="module">
  import generatorJohnnyFive from 'https://cdn.skypack.dev/generator-johnny-five';
</script>

README

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