1.0.2 • Published 6 years ago

blinkstick-cli v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

BLINKSTICK

invoke a blinkstick method from the commandline

INSTALLATION:

See https://github.com/arvydas/blinkstick-node#readme

npm install -g blinkstick-cli

USAGE:

blinkstick [method] <color> [options]
  • method: defaults to 'setColor'
  • color: name, hexadecimal or RGB values (0-255)
  • options: JSON string or named commandline arguments

EXAMPLES:

blinkstick "#FF0088"
blinkstick 255 100 0
blinkstick red
blinkstick morph green
blinkstick blink red --duration 500 --repeats 5
blinkstick pulse red {duration:500}
blinkstick getDescription
bliknstick getSerial

See: https://github.com/arvydas/blinkstick-node/blob/master/blinkstick.js for all methods.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago