0.1.3 • Published 3 years ago
ulid-cli v0.1.3
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-cliUsage
Output a ULID, e.g. 01GX9C573DTWKWB10HTFBN6RVF
ulidOutput the time portion of a ULID, e.g. 01GX9C573D, i.e. the Unix timestamp in milliseconds encoded in Crockford Base32.
ulid -tIt does not support any other options.