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

https://github.com/lusingander/uuidconv


https://github.com/lusingander/uuidconv

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

uuidconv
====

## Build

`dub build`

## Usage

```
$ echo 8AB3060E-2CBA-4F23-C74C-B52DB3BDFB46 | uuidconv
8ab3060e2cba4f23c74cb52db3bdfb46

$ echo 8ab3060e2cba4f23c74cb52db3bdfb46 | uuidconv --dash --upper
8AB3060E-2CBA-4F23-C74C-B52DB3BDFB46
```