@ankan2002/random-password-generator

1.0.1 • Public • Published

#Ceratain Rules to use the package

###Install and Require the package in the given manner:

const password = require('@ankan2002/random-password-generator');

###To run get the password it takes a parameter that defines the length of the password. Example is given below:

const pass = password(15);

console.log(pass);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i @ankan2002/random-password-generator

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

1.06 kB

Total Files

3

Last publish

Collaborators

  • ankan2002