correcthorse
v1.0.0
Published
See XKCD for reference!
Downloads
20
Readme
correcthorse
See XKCD for reference!
Install
npm install correcthorse --save
correcthorse(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.
length
is the minimum character length allowedwords
is the minimum word count allowed
CLI
$ correcthorse
correct-horse-battery-staple
License
MIT