fak 0.1.1

Generate faker data for usage in scripts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# fak

Generate faker data on the terminal or in Bash scripts.

Installation:

```bash
$ cargo install fak
```

Usage:

```bash
$ fak "Hi %name! You just earned %u32 coins"
Hi Frederick Stanton! You just earned 242323242 coins
```