english-words-that-are-not-yet-npm-packages
v1.1.0
Published
Find available package names in the npm registry
Downloads
15
Readme
english-words-that-are-not-yet-npm-packages
A package for finding available package names in the npm registry (works locally).
Install
You probably want it globally:
npm:
npm install --global english-words-that-are-not-yet-npm-packages
yarn:
yarn global add english-words-that-are-not-yet-npm-packages
API
var free = require('english-words-that-are-not-yet-npm-packages')
console.log(free)
Yields:
[
'aahed',
'aahing',
'aahs',
'aal',
'aalii',
'aaliis',
'aals',
'aardvarks',
'aardwolf',
'aardwolves'
]
CLI
english-words-that-are-not-yet-npm-packages | grep foo | tail -n 5
english-words-that-are-not-yet-npm-packages | wc -l
Yields:
webfooted
wholefood
wholefoods
woollyfoot
woollyfoots
248891
Keeping up to date
all-the-package-names
is updated daily by a bot.
To be sure you’re getting up-to-date results, reinstall this package.
Related
words/an-array-of-english-words
— List of ~275,000 English wordsnice-registry/all-the-package-names
— List of all the public package names on npmfeross/available
— Scan npm for available package names