Skip to content

siripr4/uuid-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UUID CLI

A simple tool to generate uuid with a cli command.

Generates a random (Version 4) UUID and prints to stdout.

Underlying library: https://pkg.go.dev/github.com/google/uuid

Installation

1. Manually build

  1. Clone the repo

git clone https://github.com/siripr4/uuid-cli.git

  1. cd to the directory

cd uuid-cli

  1. Build the go file

go build . -o uuid

  1. Run the binary

./uuid

  1. Optionally, add the binary to your PATH to generate uuid from anywhere. Symlink the binary to usr/local/bin

sudo ln -s <absolute-path-to-binary> /usr/local/bin/uuid

2. Install via homebrew

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages