Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theknarf/fak

Generate faker data on the terminal or in Bash scripts.
https://github.com/theknarf/fak

cli faker rust

Last synced: about 1 month ago
JSON representation

Generate faker data on the terminal or in Bash scripts.

Awesome Lists containing this project

README

        

# 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
```

## Attribution

Inspired of a tweet by [Stephan Meijer](https://twitter.com/meijer_s/status/1752633140412076422) and based on the [faker-rs](https://github.com/cksac/fake-rs) Rust library.