Generate faker data on the terminal or in Bash scripts.
Installation:
$ cargo install fak
Usage:
$ fak "Hi %name! You just earned %u32 coins"
Hi Frederick Stanton! You just earned 242323242 coins
Inspired of a tweet by Stephan Meijer and based on the faker-rs Rust library.