@slawomirtoporek/randomid-generator
v1.0.1
Published
@slawomirtoporek/randomid-generator is a node.js module designed to generate random alphanumeric IDs of a given length.
Readme
@slawomirtoporek/randomid-generator
Description
@slawomirtoporek/randomid-generator is a node.js module designed to generate random alphanumeric IDs of a given length.
Installation
You can install the RandomID Generator via npm or yarn, select one of the commands below:
npm i @slawomirtoporek/randomid-generatoryarn add @slawomirtoporek/randomid-generatorUsage
After installation, you need to import the module in the project. This is an example of using package:
// import package
const randomID = require('your-package-name');
// generate a random 10 character ID
console.log(randomID(10));License
This module is licensed under MIT License.
