1.1.0 • Published 2 years ago

kluid v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

kluid

Convenient way to generate and copy a new unique identifier to clipboard.

Supported UID Types

Installation

npm install kluid -g

Usage

Create a new uuid (default)

kluid

Create an empty uuid (00000000-0000-0000-0000-000000000000)

kluid --empty

Note: this will only work on uuid

Create another type of uid

kluid --use ulid

Supported: uuid, ksuid, ulid

Help

kluid --help