Crates.io | random-data-generator-cli |
lib.rs | random-data-generator-cli |
version | 0.1.4 |
source | src |
created_at | 2024-02-07 19:12:40.772513 |
updated_at | 2024-02-07 19:35:35.134579 |
description | A CLI tool for creating fake data |
homepage | https://github.com/DanielMarcos1/random-data-generator-cli |
repository | https://github.com/DanielMarcos1/random-data-generator-cli |
max_upload_size | |
id | 1130847 |
size | 28,197 |
This CLI project is a project based learning(PBL) study method in action, it doesn't have the purpose to provide a full and robust implementation of a CLI app made in rust, feel free to fork and create your own by using this model since it's hold by Apache license.
In case you cloned the repository, you can type in your command line
cargo run -- generate (name, phone, address or fullhuman)
And the CLI should work just fine.