1.1.0 • Published 4 years ago

english-words-that-are-not-yet-npm-packages v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

english-words-that-are-not-yet-npm-packages

Build Downloads Size

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

License

MIT © Zeke Sikelianos