Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nwtgck/go-fakelish

Fake English word generator for Go and CLI
https://github.com/nwtgck/go-fakelish

cli english english-like fake generator go word

Last synced: about 7 hours ago
JSON representation

Fake English word generator for Go and CLI

Awesome Lists containing this project

README

        

# fakelish
[![CircleCI](https://circleci.com/gh/nwtgck/go-fakelish.svg?style=shield)](https://circleci.com/gh/nwtgck/go-fakelish)

English-like word generator

## Install
Executable binaries are available in [GitHub Releases](https://github.com/nwtgck/go-fakelish/releases)

## Usage

```bash
$ 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

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

## Try on The Go Playground

## For JavaScript/TypeScript
GitHub Repository: