Crates.io | quuidy |
lib.rs | quuidy |
version | 0.1.2 |
source | src |
created_at | 2023-09-30 03:52:25.521571 |
updated_at | 2024-02-07 12:07:14.133779 |
description | The simplest UUID v4 && v7 generation cli tool out there. |
homepage | |
repository | |
max_upload_size | |
id | 988371 |
size | 12,535 |
CLI application to generate v4 type UUIDs, -n
number of them.
To generate v4 UUIDs, use the following command:
./quuidy -n [number]
Replace [number] with the desired number of UUIDs to generate.
Make sure you have Rust installed on your system. You can install Rust from rustup.rs.
cargo install quuidy
To build the application, run:
cargo build --release
To run the application, use the following command:
./target/release/uuid_generator -n [number]
# or, if installed via cargo
quuidy -n [number]