/go-fakelish

Fake English word generator for Go and CLI

Primary LanguageGoMIT LicenseMIT

fakelish

CircleCI

English-like word generator

Install

Executable binaries are available in GitHub Releases

Usage

$ fakelish -h
English-like word generator

Usage:
  fakelish [flags]

Flags:
      --capitalize    capitalize the first letter (default true)
  -h, --help          help for fakelish
      --max int       max length of fake word (default 9)
      --min int       min length of fake word (default 6)
  -n, --n-words int   number of fake words (negative makes infinite) (default 10)

Examples

$ fakelish 
Lebuffic
Caming
Unizans
Nantilien
Losychle
Deping
Subsce
Shemon
Unhyle
Reighthes

Try on The Go Playground

https://play.golang.org/p/_Y84Z00q6Ct

For JavaScript/TypeScript

GitHub Repository: https://github.com/nwtgck/fakelish-npm