/uuid-generator

Simple uuid generator using the uuid npm package.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

uuid-generator

Simple uuid generator using the uuid npm package.

Installation

with yarn:

yarn

with npm:

npm install

Usage

npm start

A random UUID will be logged out to the console.