Skip to content

bevacqua/correcthorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

See XKCD for reference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published