Skip to content
/ leo Public
forked from AdamMagaluk/leo

Command line tool for building Arduino firmware using Node.js and Npm.

License

Notifications You must be signed in to change notification settings

rwaldron/leo

 
 

Repository files navigation

Arduino Command Line Build Tool

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.

Installation

$ npm install -g leo

Basic Usage

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

Usage

$ 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

License

MIT

About

Command line tool for building Arduino firmware using Node.js and Npm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published