From d980056efd31cbabc3ac983b7173b403fb24b095 Mon Sep 17 00:00:00 2001 From: Albert Abdulmanov Date: Fri, 18 Oct 2019 14:07:08 +0300 Subject: [PATCH] buzzphrase: add page (#3415) --- pages/common/buzzphrase.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/buzzphrase.md diff --git a/pages/common/buzzphrase.md b/pages/common/buzzphrase.md new file mode 100644 index 0000000000..fe570b62cf --- /dev/null +++ b/pages/common/buzzphrase.md @@ -0,0 +1,16 @@ +# buzzphrase + +> Node.js command line tool to output a random buzzphrase. +> More information: . + +- Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun: + +`buzzphrase` + +- Output a phrase formatted as [i]mperative verb + past tense [v]erb + [a]djective + plural [N]oun: + +`buzzphrase {{'{i} {v} {a} {N}'}}` + +- Output 4 phrases formatted as present participle [V]erb + [a]djective + singular [n]oun + [f]inal: + +`buzzphrase {{4 '{V} {a} {n} {f}'}}`