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

https://github.com/arenazibekyan/guidgen

A command line UUID/GUID generator written in Go
https://github.com/arenazibekyan/guidgen

cli cli-app command-line-tool generator go golang guid uuid uuid-generator

Last synced: 2 months ago
JSON representation

A command line UUID/GUID generator written in Go

Awesome Lists containing this project

README

        

# guidgen
A command line UUID/GUID generator written in Go

### Install
```
go install github.com/ArenAzibekyan/guidgen/v2/cmd/guidgen@latest
```

### Flags
- `--quantity`, `-q` - set uuids quantity (default: 1)
- `--hex`, `-x` - print in hex format (default: false)
- `--uppercase`, `-u` - transform to uppercase (default: false)
- `--help`, `-h` - show help
- `--version`, `-v` - print the version