1.0.6 • Published 2 years ago

easyrandompasswordgenerate v1.0.6

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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago