This is a cli program which can generate random ids.
- nodejs
- Clone the repository
git clone https://github.com/GauravWalia19/Id-Generator.git
- Install nodejs in your system
- After installation use go in the cloned folder
npm install
It will install all the modules needed
- For id generation enter the count (i.e 10 here)
node generator 10
This will generate unique ids of 32 character which you can use.