Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theknarf/fak
- Owner: TheKnarf
- Created: 2024-01-31T14:27:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T15:11:22.000Z (11 months ago)
- Last Synced: 2024-11-18T19:30:10.889Z (about 1 month ago)
- Topics: cli, faker, rust
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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.