1.4.0 • Published 2 years ago

possible-words v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm

Possible Words

This tool returns possible words based on your input, for games like:

Install

$ npm install -g possible-words

or

$ yarn global add possible-words

Usage

$ possible-words <options>

Options:
      --help      Show help                                            [boolean]
      --version   Show version number                                  [boolean]
  -w, --word                                                            [string]
  -e, --exclude                                                         [string]
  -h, --has                                                             [string]
  -l, --language                     [choices: "pt-br", "en"] [default: "pt-br"]

Examples
  $ possible-words --word="paus?" --language="en"
    pause

  $ possible-words --word=c?rta
    carta
    carga
    ...

  $ possible-words --word="car?a" --exclude="gzym"
    carta
    ...

  $ possible-words --word="car?a" --has="g"
    carga
    ...
1.4.0

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago