Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhutter/uuid
Generate random (v4) UUIDs on the CLI
https://github.com/mhutter/uuid
cli terminal uuid
Last synced: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T14:05:30.000Z (5 months ago)
- Last Synced: 2024-08-13T17:02:36.416Z (5 months ago)
- Topics: cli, terminal, uuid
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `uuid`
[![Build Status](https://travis-ci.com/mhutter/uuid.svg?branch=master)](https://travis-ci.com/mhutter/uuid)
[![Go Report Card](https://goreportcard.com/badge/github.com/mhutter/uuid)](https://goreportcard.com/report/github.com/mhutter/uuid)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](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)