See XKCD for reference!
npm install correcthorse --saveYou'll get back a random strong and readable password
var correcthorse = require('correcthorse');
correcthorse();
// <- 'correct-horse-battery-staple'You can set a couple of options.
lengthis the minimum character length allowedwordsis the minimum word count allowed
$ correcthorse
correct-horse-battery-stapleMIT
