https://github.com/wk-j/guid
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wk-j/guid
- Owner: wk-j
- Created: 2018-08-06T18:53:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T05:49:54.000Z (over 1 year ago)
- Last Synced: 2025-02-08T18:14:52.966Z (3 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Guid
[](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}}
```