/quotation-cli

A CLI-based system for collecting and retrieving quotations

Primary LanguageTypeScript

quotation-cli

CLI for managing a list of quotations

oclif Version Downloads/week License

Usage

$ npm install -g quotation-cli
$ quote COMMAND
running command...
$ quote (-v|--version|version)
quotation-cli/0.0.0 darwin-x64 node-v12.18.4
$ quote --help [COMMAND]
USAGE
  $ quote COMMAND
...

Commands

quote add

adds a quotation

USAGE
  $ quote add

ALIASES
  $ quote new

See code: src/commands/add.ts

quote attributed [ATTRIBUTED]

displays all quotes for attribution by name

USAGE
  $ quote attributed [ATTRIBUTED]

ARGUMENTS
  ATTRIBUTED  name of the attributed

ALIASES
  $ quote a

See code: src/commands/attributed.ts

quote help [COMMAND]

display help for quote

USAGE
  $ quote help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

quote random

displays a random quotation

USAGE
  $ quote random

OPTIONS
  -a, --attributed=attributed  finds quotations by attribution

ALIASES
  $ quote r

See code: src/commands/random.ts