A simple tool that helps you find a name for your app, framework or library.
The name suggestions are generated using data from WordNet®, a lexical database for English.
npm install -g pkgname
Usage
$ pkgname [options]
Options
--help, -h Usage information
--version, -v Version information
--max-length <n> Displays only names with a maximum length of <n>
--npm-check Displays only names that are available on npm
--npm-latest Downloads always the latest list of npm package names, even if you already have them
--remove-hyphens Removes the hyphens from all hyphenated names
--search-definitions <s> Displays only names whose definition match the case-insensitive pattern <s>
--search-names <s> Displays only names that match the case-insensitive pattern <s>
--shuffle-names Displays the names in random order
Examples
$ pkgname
$ pkgname --npm-check --npm-latest
$ pkgname --max-length 7 --npm-check --search-definitions "the [a-z]+ star" --shuffle-names
$ pkgname --npm-check --remove-hyphens --search-names "^[a-z]{5}$"
npm install
npm run watch
npm run check
npm run format
npm run cz
npm run release
git push --follow-tags origin master
npm publish
DEBUG=* node ./lib/index.js
Built by (c) Clemens Akens. Released under the MIT license.