Home

Awesome

correcthorse

See XKCD for reference!

xkcd.png

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.

CLI

$ correcthorse
correct-horse-battery-staple

License

MIT