@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);

Readme

Keywords

Package Sidebar

Install

npm i @ankan2002/random-password-generator

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

1.06 kB

Total Files

3

Last publish

Collaborators

  • ankan2002