goatsay

A goat-based variant of cowsay

Usage no npm install needed!

<script type="module">
  import goatsay from 'https://cdn.skypack.dev/goatsay';
</script>

README

goatsay

NPM Version License Dependency Status devDependency Status

goatsay is a wrapper around cowsay that defaults to present a speaking goat instead of a cow.

goatsay requires a seperate installation of cowsay.

Installation
$ npm install -g goatsay
Usage
$ goatsay hello
 _______
< hello >
 -------
        \
         \
          )__(
         '|oo|'________/
          |__|         |
           V ||"""""""||
             ||       ||

$ goatthink goodbye
 _________
( goodbye )
 ---------
        o
         o
          )__(
         '|oo|'________/
          |__|         |
           V ||"""""""||
             ||       ||

For advance usage, see the cowsay man page.

Feedback