ulid-cli
v0.1.3
Published
A simple ULID CLI for generating unique IDs
Downloads
43
Readme
ULID CLI
A simple CLI to output a ULID (Universally-Unique Lexicographically-Sortable Identifier). This simply wraps ulidx in a CLI.
Installation
npm install -g ulid-cli
Usage
Output a ULID, e.g. 01GX9C573DTWKWB10HTFBN6RVF
ulid
Output the time portion of a ULID, e.g. 01GX9C573D
, i.e. the Unix timestamp in milliseconds encoded in Crockford Base32.
ulid -t
It does not support any other options.