arli 1.1.0
This is an Arduino helper toolkit that builds on top of the arduino-cmake project — a powerful alternative build system for Arduino. What Arli provides is capability to search for libraries by any attributes and regular expressions, install a whole set of libraries defined in a YAML file Arlifile, and finally, it can generate a brand new Sketch Project based on arduino-cmake, that builds out the box. Arli is a command line tool, so run "arli" after installing the gem for more information.
Gemfile:
=
install:
=
Runtime Dependencies (9):
arduino-library
~> 0.5.4
awesome_print
>= 0
colored2
>= 0
dry-configurable
>= 0
dry-struct
>= 0
dry-types
>= 0
hashie
>= 0
require_dir
>= 0
tty-cursor
>= 0