1.0.0 • Published 9 years ago

correcthorse v1.0.0

Weekly downloads
520
License
MIT
Repository
github
Last release
9 years ago

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.

  • length is the minimum character length allowed
  • words is the minimum word count allowed

CLI

$ correcthorse
correct-horse-battery-staple

License

MIT