possible-words
v1.4.0
Published
This tool returns possible words based on your input, for games like: termo, wordle and letreco
Downloads
4
Maintainers
Readme
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
...