uuidgen-v7

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2023 License: MIT Imports: 4 Imported by: 0

README

uuidgen-v7

Simple uuid generator. Generates uuid for version 7.

Install

  1. Get the binaries from here. Download the file with the same name as the execution environment.
  2. Rename file
mv uuidgen-v7_v0_0_1_darwin_arm64 uuidgen-v7
  1. Give execution permission.
chmod +x uuidgen-v7
  1. Move files to directories in the PATH.
sudo mv uuidgen-v7 /usr/local/bin/uuidgen-v7

Usage

# Generate a single uuid.
$ uuidgen-v7
0189f980-9ef3-767b-a108-9e7c321faa80

# Generate multiple uuids.
# (number: number of uuids to generate)
$ uuidgen-v7 [number]
$ uuidgen-v7 3
0189f981-4b16-776f-9f06-cf920636a410
0189f981-4b16-7770-8a12-33d7f74ef205
0189f981-4b16-7771-a035-38586a93d251

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL