1.0.1 • Published 1 year ago
@airtm/uuid-base32 v1.0.1
Base32 to UUID encoder/decoder
Install the CLI
npm install --global @airtm/uuid-base32Encode a UUID
memo encode edd37d3f-8630-4217-ba2c-7f9bd4a40979
# 7DTDYKZ1HG88BVMB3ZKFAA82BSDecode a base32 string
memo decode 7DTDYKZ1HG88BVMB3ZKFAA82BS
# edd37d3f-8630-4217-ba2c-7f9bd4a40979Usage
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