项目作者: nwtgck

项目描述 :
Fake English word generator for Go and CLI
高级语言: Go
项目地址: git://github.com/nwtgck/go-fakelish.git
创建时间: 2019-05-29T04:18:12Z
项目社区:https://github.com/nwtgck/go-fakelish

开源协议:MIT License

下载


fakelish

CircleCI

English-like word generator

Install

Executable binaries are available in GitHub Releases

Usage

  1. $ fakelish -h
  2. English-like word generator
  3. Usage:
  4. fakelish [flags]
  5. Flags:
  6. --capitalize capitalize the first letter (default true)
  7. -h, --help help for fakelish
  8. --max int max length of fake word (default 9)
  9. --min int min length of fake word (default 6)
  10. -n, --n-words int number of fake words (negative makes infinite) (default 10)

Examples

  1. $ fakelish
  2. Lebuffic
  3. Caming
  4. Unizans
  5. Nantilien
  6. Losychle
  7. Deping
  8. Subsce
  9. Shemon
  10. Unhyle
  11. Reighthes

Try on The Go Playground

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

For JavaScript/TypeScript

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