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
- Host: GitHub
- URL: https://github.com/arenazibekyan/guidgen
- Owner: ArenAzibekyan
- License: mit
- Created: 2022-02-20T14:39:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T07:17:19.000Z (over 1 year ago)
- Last Synced: 2023-12-19T10:36:29.437Z (over 1 year ago)
- Topics: cli, cli-app, command-line-tool, generator, go, golang, guid, uuid, uuid-generator
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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