excows
Get ASCII cows
Install
In your mix.exs:
defp deps do
[
{:excows, "~> 1.0.0"}
]
end
Then run mix deps.get.
Usage
Check out the fancy Hexdocs here.
Getting all cows:
ExCows.getGetting a random cow and printing it:
IO.puts ExCows.random (__)
(oo)
/-------\/
/ | ||
+ ||----||
~~ ~~
CowLicense
MIT © Juan Soto