« Back

# wordword

Wordword is a cli random phrase generator. It's useful for naming regular abstract things — like sprints or releases.

## Examples

=> wordword "[adjective:pascal][animal:pascal]"
ReliablePuffin

=> wordword "[color:snake]_[noun:snake]"
cerise_businessman

=> wordword "[adverb] [verb]"
emotionally purchase

## Documentation

npm install -g wordword
Usage:
  wordword [options] [template-string]

Examples:
  wordword "release/[adjective]-[animal]"
  wordword "[adjective:snake]_[animal:snake]"
  wordword "[buzzword-adverb] [buzzword-adjective] [animal]"
  wordword "release/[adjective:sponge]-[animal:sponge]"

Lists:
  adjective-buzzword
  adjective
  adverb-buzzword
  adverb
  animal
  article
  color
  conjunction
  determiner
  interjection
  noun-buzzword
  noun
  number-cardinal
  preposition
  pronoun
  verb-buzzword
  verb

Case Types:
  camel
  capital
  constant
  dot
  header
  no
  param
  pascal
  path
  sentence
  sponge
  snake
  nothing


Options:
  -n, --number [number]  number of random strings to generate (default: "1")
  -h, --help             display help for command