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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package GuidGeneratorCli --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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:
- guid gtype --guid-type ulid (Generate a new Ulid identifier)
- guid gtype --guid-type ulid --occurrences N (Substitute N with number of Ulid identifier occurrences)
- guid gtype --guid-type guidv7 (Generate a new Guid according to RFC 9562, following the Version 7 format)
- guid gtype --guid-type guidv7 --occurrences N (Substitute N with number of a new Guid according to RFC 9562, following the Version 7 format)
- guid gtype --guid-type guid (Generate a new Guid)
- guid gtype --guid-type guid --occurrences N (Substitute N with number of Guid to generate)
| Product | Versions 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.