0.1.3 • Published 1 year ago

ulid-cli v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago