An open API service indexing awesome lists of open source software.

https://github.com/wk-j/guid


https://github.com/wk-j/guid

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

## Guid

[![NuGet](https://img.shields.io/nuget/v/wk.Guid.svg)](https://www.nuget.org/packages/wk.Guid)

Generate random GUID

## Installation

```bash
dotnet tool install -g wk.Guid
```

## Usage

```bash
$ wk-guid N
2212053cff664a6aa3a686f4c4ad773c

$ wk-guid D
3a8172e5-476a-4600-99d4-c572362b9f4a

$ wk-guid B
{b744d2a6-d82f-4136-b36c-9681e5aa4dca}

$ wk-guid P
(d42ec5da-c5fb-4937-a8ce-59d2d7a82a52)

$ wk-guid X
{0xd1ac0a60,0x805f,0x468b,{0xbc,0xc4,0xac,0xa5,0x4d,0xae,0xfe,0x2c}}
```