wordle-search

0.1.7 • Public • Published

wordle-search

Searches a word list for words that match the specified filters.

$npx wordle-search B_Y__ -i ou -e erf

This example searches for a word with B as the first letter, Y as the third letter which includes the letters o and u and does not include e, r or f

Options

Argument Alias Type Description
known string Known characters. Default option (does not need --known switch). Specify known characters: wordle-search k_o_n
length l number Length of word to search for. Defaults to 5
exclude e string characters to exclude
include i string characters to include
maxDisplayCount number Maximum results to display. Defaults to 10
help h boolean

Markdown Generated by ts-command-line-args

Readme

Keywords

none

Package Sidebar

Install

npm i wordle-search

Weekly Downloads

0

Version

0.1.7

License

ISC

Unpacked Size

3.89 MB

Total Files

13

Last publish

Collaborators

  • roaders