correcthorse
v1.0.0
Published
See XKCD for reference!
Readme
correcthorse
See XKCD for reference!
Install
npm install correcthorse --savecorrecthorse(options?)
You'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
CLI
$ correcthorse
correct-horse-battery-stapleLicense
MIT

