Package Exports
- random-word
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (random-word) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
random-word 
Get a random English word from the Letterpress Word List
Usage
$ npm install --save random-word
var randomWord = require('random-word');
randomWord();
//=> ferriferous
randomWord();
//=> microfloppies
CLI
$ npm install --global random-word
$ random-word --help
Example
random-word
ferriferous
Tip
Use it to generate project/release names:
$ echo $(random-word)-$(random-word)
blacksnake-nautics
License
MIT © Sindre Sorhus