1.0.6 • Published 3 years ago

easyrandompasswordgenerate v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago