1.0.0 • Published 5 years ago

pikkr-cli v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

pikkr-cli

Pick something random from a list of items, on the command line.

oclif Version CircleCI

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

Related