0.1.3 • Published 2 years ago

ulid-cli v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago