Clone with
git clone git://git.awl.red/neallred/words5
words5📎
Simple CLI tool to generate a random English-language word, 5 characters or longer.
Build📎
To build the binary, run
go build main.go
To regenerate the gob, run
go generate gen/gen.go
Words source: https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt
.gitignore
1 year ago
README.md
1 year ago
go.mod
1 year ago
main.go
1 year ago
words5.gob
1 year ago
words5.txt
1 year ago