correcthorse

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i correcthorse

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bevacqua