Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qiuyuzhou/genulid

Generate ULID
https://github.com/qiuyuzhou/genulid

Last synced: about 2 months ago
JSON representation

Generate ULID

Awesome Lists containing this project

README

        

# Generate ULID

## Quick Start

Clone the repo then run below command.

```sh
go run .
```

## USAGE

```
NAME:
genulid - Generate ULID

USAGE:
genulid [global options] command [command options] [arguments...]

COMMANDS:
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--time value, -t value when generating, use the specified time instead of now
--zero, -z when generating, fix entropy to all-zeroes (default: false)
--help, -h show help
```