Skip to content

AvaxWzy/passcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Passcord

Passcord is a package that allows you to generate codes with different types of characters and length.

Installation

npm install passcord
  
yarn add passcord

Usage

const Passcord = require("passcord");

var code = Passcord.generate(12);

console.log(code); // Cq0-hkJOvdf9

Note

Next version of passcord will be what you actually wanted :)

License

Package is licensed under MIT

About

Passcord is a package that allows you to generate codes with different types of characters and length.

Resources

License

Stars

Watchers

Forks

Releases

No releases published