pikkr-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

/pikkr-cli/

    Package Sidebar

    Install

    npm i pikkr-cli

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.53 kB

    Total Files

    7

    Last publish

    Collaborators

    • melanieseltzer