getid-0.1.0 is not a library.
Visit the last successful build:
getid-0.4.1
getid
A command-line tool to generate random { cuid, nanoid, uuidv4 } ids.
Install
- Install a recent version of Rust using rustup or update it with:
# rustup update
- Install
get-idwith cargo:
# cargo install getid
Usage
Basic usage:
# getid cuid
# getid nanoid
# getid uuidv4
Help:
# getid --help
Formats
cuid
Basic usage:
Help:
# getid cuid --help
)
nanoid
Basic usage:
# getid nanoid
Help:
# getid nanoid --help
uuidv4
Basic usage:
# getid uuidv4
Help:
# getid uuidv4 --help
)