@bifravst/random-words
v9.0.0
Published
Returns random 8-letter words from the Webster's Unabridged Dictionary
Downloads
867
Readme
Generate random 8 letter words 
Returns random 8-letter words from the Webster's Unabridged Dictionary.
Installation
npm i --save-dev --save-exact @bifravst/random-wordsUsage
npm i --save --save-exact @bifravst/random-wordsimport { randomWords } from "@bifravst/random-words";
console.log(randomWords()); // [ 'scoparin', 'prowling', 'priedieu', 'gantline' ]CLI Usage
npx @bifravst/random-words
# npx: installed 4 in 1.216s
# catopron allodium registry misalterNode & NPM
This project requires Node.js >=24.19.0 and npm >=12.0.2 <13 (enforced via
check-node-version on npm install and npm ci).
The check is skipped during npm publish and npm pack, because
semantic-release bundles its own npm (@semantic-release/npm depends on
npm@^11.6.2) and runs the publish with that version rather than the one
installed in CI.
