Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Fake English word generator for Go and CLI
- Host: GitHub
- URL: https://github.com/nwtgck/go-fakelish
- Owner: nwtgck
- License: mit
- Created: 2019-05-29T04:18:12.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-16T20:13:37.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:35:06.075Z (3 months ago)
- Topics: cli, english, english-like, fake, generator, go, word
- Language: Go
- Homepage:
- Size: 819 KB
- Stars: 40
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 generatorUsage:
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: