nandi/freeqsay-nimpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/freeqsay-nim.git
git clone ssh://git@rickub.com/nandi/freeqsay-nim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

freeqsay.nimble · 12 lines · 345 BText Blame HistoryRaw
freeqsay: Nim port of the Clojure implementation fa53aa2 nandi 5h ago1version = "0.1.0"
2author = "nandi"
3description = "Cowsay with your FreeqWorld face: freeqsay <handle> <message>"
4license = "MIT"
5srcDir = "src"
6bin = @["freeqsay"]
7installExt = @["nim"]
8
9requires "nim >= 2.0.0"
10
11task test, "Run the test suite":
12 exec "nim c -d:ssl --hints:off -r tests/test_avatar.nim"