GuidGeneratorCli 1.0.4

dotnet tool install --global GuidGeneratorCli --version 1.0.4
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local GuidGeneratorCli --version 1.0.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GuidGeneratorCli&version=1.0.4
                    
nuke :add-package GuidGeneratorCli --version 1.0.4
                    

guid-generator

A Cli to generate different types of Guid

Help:

guid gtype  -- gtype --help

Supported Guid:

  • ULID
  • GUID
  • GUID V7

We can run cli with this instructions:

  1. guid gtype --guid-type ulid (Generate a new Ulid identifier)
  2. guid gtype --guid-type ulid --occurrences N (Substitute N with number of Ulid identifier occurrences)
  3. guid gtype --guid-type guidv7 (Generate a new Guid according to RFC 9562, following the Version 7 format)
  4. guid gtype --guid-type guidv7 --occurrences N (Substitute N with number of a new Guid according to RFC 9562, following the Version 7 format)
  5. guid gtype --guid-type guid (Generate a new Guid)
  6. guid gtype --guid-type guid --occurrences N (Substitute N with number of Guid to generate)
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.4 213 3/29/2025
1.0.3 170 3/29/2025
1.0.2 168 3/29/2025
1.0.1 191 3/29/2025
1.0.0 205 3/28/2025