pikkr-cli
v1.0.0
Published
Get a random element from an array, on the command line.
Downloads
2
Readme
pikkr-cli
Pick something random from a list of items, on the command line.
Install
$ npm install -g pikkr-cli
Usage
Feed it a list of items to choose from, and the result will be an item randomly chose from the list.
$ pikkr --list burger pasta sandwich
// => You should pick: burger!
Commands
USAGE
$ pikkr
OPTIONS
-h, --help show CLI help
-l, --list=list List of items, separated by spaces
-v, --version show CLI version
EXAMPLES
$ pikkr --list burger pasta
$ pikkr -l burger pasta