CLI to generate lorem ipsum text.
go install github.com/mskelton/lorem@latest
To generate a paragraph of lorem text, simply call the lorem
command with an
optional count. If a count is specified, that many paragraphs will be printed.
lorem [count]
To generate a sentence of lorem text, add the -s
flag with an optional count.
If a count is specified, that many sentences will be printed.
lorem -s [count]