possible-words

1.4.0 • Public • Published

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
    ...

/possible-words/

    Package Sidebar

    Install

    npm i possible-words

    Weekly Downloads

    2

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    11.7 MB

    Total Files

    22

    Last publish

    Collaborators

    • cesar.boaventura