Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)