#uuid #cli-tool #uuid-generation #uuid-cli #bevy-uuid

app quuidy

The simplest UUID v4 && v7 generation cli tool out there

3 releases

0.1.2 Feb 7, 2024
0.1.1 Oct 1, 2023
0.1.0 Sep 30, 2023

#604 in Command line utilities

MIT license

5KB

quuidy

CLI application to generate v4 type UUIDs, -n number of them.

Usage

To generate v4 UUIDs, use the following command:

./quuidy -n [number]

Replace [number] with the desired number of UUIDs to generate.

Prerequisites

Make sure you have Rust installed on your system. You can install Rust from rustup.rs.

Install

cargo install quuidy

Build

To build the application, run:

cargo build --release

Run

To run the application, use the following command:

./target/release/uuid_generator -n [number]
# or, if installed via cargo
quuidy -n [number]

Dependencies

~1.7–2.4MB
~44K SLoC