Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 786 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 786 Bytes

🪄 Faker for Bash

Faker. In Bash. with a little bit of perl.


Usage

$ fake name
Noemi Rolfson

$ fake email
mckennadietrich@hotmail.com

$ fake help
Faker in Bash v 0.1
Usage: fake <task> [args]

Tasks:
   email  Generate a fake first + last name
   help   Display this helpful help information
   name   Generate a fake first + last name

Options:
   --locale     en

Is that It?

for now, yes. I might make more.

Philosophy

  1. Small is Beautiful.
    • Do one thing,
    • Do one thing well.
  2. Get the PoC out ASAP.
    • Consider your code dead two weeks after inception.
  3. n'joy!

sounds familiar? It should!