1.0.1 • Published 3 years ago

@marcela-os/randomid-generator v1.0.1

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

RANDOM ID GENERATOR

Random ID Generator is a script for generate random data.

Installation

You can install this using npm or yarn package manager:

Using npm:

npm i @marcela-os/randomid-generator

Using yarn:

yarn i @marcela-os/randomid-generator

Usage

const randomID = require('@marcela-os/randomid-generator');

console.log(randomID(<idlength>));

- define how long data you want to generate eg.: 10 generate random string using 10 characters.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT