generate-wordlist

Generate a list of unique words from an input file.


Keywords
generate-wordlist, wordlist
License
LGPL-3.0
Install
npm install generate-wordlist@3.0.6

Documentation

generate-wordlist

Generate a list of unique words from an input file.

Support with PayPal Patreon ko-fi


Usage

npx generate-wordlist inputfile outputfile

You can also install it globally if you're into that kind of thing: npm i -g generate-wordlist.

Takes one option, --no-punc, which must be in the third position. Example: npx generate-wordlist inputfile outputfile --no-punc.

LICENSE