Crates.io | uuid_cli |
lib.rs | uuid_cli |
version | 0.1.1 |
source | src |
created_at | 2019-11-02 14:49:52.183929 |
updated_at | 2019-11-02 20:00:02.420188 |
description | A command line utility for genrating UUIDs |
homepage | |
repository | https://github.com/rakenodiax/uuid_cli |
max_upload_size | |
id | 177563 |
size | 19,395 |
A command line utility for genrating UUIDs
cargo install uuid_cli
# or
git clone https://github.com/rakenodiax/uuid_cli.git && uuid_cli && cargo install --path .
uuid
# prints 0a781908-9fad-4b4b-a558-d9f19513bfc2
uuid -c 2
# prints 2 UUIDs
uuid --format=json
# prints as a JSON array
uuid --upper
# prints 5F8505A9-7D0A-40A0-9CAF-BADCA9C17D84
This project observes the Contributor Covenant. See code-of-conduct.txt for more info.