Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuyuzhou/genulid
Generate ULID
https://github.com/qiuyuzhou/genulid
Last synced: about 2 months ago
JSON representation
Generate ULID
- Host: GitHub
- URL: https://github.com/qiuyuzhou/genulid
- Owner: qiuyuzhou
- Created: 2023-12-30T17:08:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-30T17:12:36.000Z (12 months ago)
- Last Synced: 2024-04-03T03:52:35.151Z (9 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate ULID
## Quick Start
Clone the repo then run below command.
```sh
go run .
```## USAGE
```
NAME:
genulid - Generate ULIDUSAGE:
genulid [global options] command [command options] [arguments...]COMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL 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
```