@danielr1996/led-cli
v1.0.3
Published
A CLI tool to control RGB leds
Downloads
4
Readme
led-cli
led-cli is node.js CLI tool which provides a CLI interface for the @danielr1996/led-lib library
Usage
- Install globally with
npm install -g @danielr1996/led-cli
- Use it as
led-cli --red 255 --green 255 --blue 255 --redpin 7 --greenpin 8 --bluepin 25
- Use
led-cli --help
to see a full list of commands