An open API service indexing awesome lists of open source software.

https://github.com/2kabhishek/goatsay

cowsay in Go but with a 🐐🗣️
https://github.com/2kabhishek/goatsay

cli cli-toys cowsay golang toy

Last synced: 2 months ago
JSON representation

cowsay in Go but with a 🐐🗣️

Awesome Lists containing this project

README

          

goatsay


License


People


Stars


Forks


Watches


Last Updated

Make the goat say anything you wish.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- You have installed the latest version of `go`

## Installing goatsay

To install goatsay, follow these steps:

```bash
git clone https://github.com/2kabhishek/goatsay
cd goatsay
go build
go install
```

## Using goatsay

To use goatsay, follow these steps:

```bash
USAGE:
| goatsay [OPTIONS]

OPTIONS:
-f Select figure. Options are : goat, dog.
```