https://github.com/mhutter/uuid
Generate random (v4) UUIDs on the CLI
https://github.com/mhutter/uuid
cli terminal uuid
Last synced: 5 months ago
JSON representation
Generate random (v4) UUIDs on the CLI
- Host: GitHub
- URL: https://github.com/mhutter/uuid
- Owner: mhutter
- License: mit
- Created: 2018-10-09T11:32:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T14:05:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T02:41:50.020Z (about 1 year ago)
- Topics: cli, terminal, uuid
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `uuid`
[](https://travis-ci.com/mhutter/uuid)
[](https://goreportcard.com/report/github.com/mhutter/uuid)
[](https://opensource.org/licenses/MIT)
Generate random (v4) UUIDs.
## Usage
uuid [-n N]
-n N Generate N UUIDs (defaults to 1)
## Installation
**Homebrew tap** (macOS)
brew install mhutter/tap/uuid
**go get** (any OS)
go get -u github.com/mhutter/uuid
Or [download a pre-built binary](https://github.com/mhutter/uuid/releases).
## License
MIT, see LICENSE
---
> [Manuel Hutter](https://hutter.io) - GitHub [@mhutter](https://github.com)