0.0.2 • Published 6 years ago

gen-char v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

gen-char

Just randomly generate string(uppercase and lowercase mixed) for the lazy feeling.

Install with npm

npm install --save gen-char

Author

Hirokazu Hirono

Usage

var genChar = require('gen-char');

console.log(genChar());
//=> 'fdaAF'
// generates a string of 5 length as a default.

console.log(genChar(10));
//=> 'fdfjsfdGdD'
// you can change the output of length by placing number as a argument

License

MIT

0.0.2

6 years ago

0.0.1

6 years ago