Skip to content

melanieseltzer/pikkr-cli

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published