Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 535 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 535 Bytes

ID GENERATOR

This is a cli program which can generate random ids.

DEPENDENCIES

  • nodejs

INSTALLATION

  • 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.

image