1.0.2 • Published 5 years ago

credential-generator v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

It generates usernames and passwords... See example below.

const credGen = require('credential-generator');
    
const credentials = credGen.generate(15); // Generates a 15 character username and password.
    
console.log(`${credentials.username} || ${credentials.password}`) ;
    
// output : xdcYhPKHQzsYTi1 || xZX0LiY95JuIFCn
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago