fakes-gen 0.2.6

This CLI tool is generate dummys whose option you specified. You can also specify formatter for csv, tsv and json. This program support multi-locale. When not support your locale and you want your locale faker, please pull-request your locale dummy data at https://github.com/ogata-k/fakes-gen-cli/pulls.
Documentation
use crate::cli::FakerApp;

mod cli;

// as cli
fn main() -> std::io::Result<()> {
    FakerApp::new().run()
}