excows

Get ASCII cows

Build Status

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.get

Getting a random cow and printing it:

IO.puts ExCows.random
         (__)
         (oo)
  /-------\/
 / |     ||
+  ||----||
   ~~    ~~
     Cow

License

MIT © Juan Soto