1.0.1 • Published 1 year ago

@airtm/uuid-base32 v1.0.1

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

Base32 to UUID encoder/decoder

Install the CLI

npm install --global @airtm/uuid-base32

Encode a UUID

memo encode edd37d3f-8630-4217-ba2c-7f9bd4a40979
# 7DTDYKZ1HG88BVMB3ZKFAA82BS

Decode a base32 string

memo decode 7DTDYKZ1HG88BVMB3ZKFAA82BS
# edd37d3f-8630-4217-ba2c-7f9bd4a40979

Usage

Usage: memo [options] [command]

Options:
  -h, --help      display help for command

Commands:
  encode <uuid>   encode a UUID in base32
  decode <memo>   decode a UUID from a base32 string
  help [command]  display help for command
1.0.1

1 year ago

1.0.0

1 year ago