correcthorse
See XKCD for reference!
!xkcd.png12
Install
npm install correcthorse --save
correcthorse(options?)
var correcthorse = require('correcthorse');
correcthorse();
// <- 'correct-horse-battery-staple'
You can set a couple of options.
length
is the minimum character length allowedwords
is the minimum word count allowed
CLI
$ correcthorse
correct-horse-battery-staple
License
MIT