1.0.6 • Published 4 years ago

easyrandompasswordgenerate v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Welcome

This will be last update

This is just simple random npm password generator. Wrote in simple javascript.

How to use it? very simple

const random = require("easyrandompasswordgenerate")
console.log(random())

That's it, if you want custom length for password, It will be like this:

const random = require("easyrandompasswordgenerate")
console.log(random({length: 10}))

Default length would be 20.

Lightning Craft©

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago