Command build tool for Arduino development built using Node.js. Allows installing library dependencies using the wonderful package manager Npm.
Inspiration taken from the Ino project.
$ npm install -g leo
Create a new example Blink project
$ leo new Blink
Move into project directory
$ cd Blink
Build hex file
$ leo build -b yun
$ leo build -b uno
$ leo -h
Usage: leo [options] [command]
Commands:
boards List boards available.
build [options] Build firmware for the project in the current directory.
preproc [options] <sketch> Compile sketch to valid c++ source
*
Options:
-h, --help output usage information
-V, --version output the version number
MIT